diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-04-28 02:21:57 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-04-28 02:22:06 +0200 |
commit | 5dd3d8d080b56d742de3c4b4782cfcde72c3f16f (patch) | |
tree | f00d73e31e2ea5a004155fa9b5000d407f690587 /fripost-searchdomain | |
parent | e65b146c79825f9b7f5660ebce284b4b66c13966 (diff) |
Updating the library to the new LDAP schema.
Diffstat (limited to 'fripost-searchdomain')
-rwxr-xr-x | fripost-searchdomain | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fripost-searchdomain b/fripost-searchdomain index bbd59a3..8653eb1 100755 --- a/fripost-searchdomain +++ b/fripost-searchdomain @@ -17,12 +17,11 @@ B<fripost-searchdomain> [B<--debug>] [I<domain> [I<owner>]] B<fripost-seardomain> list virtual domains matching exactly I<domain>, and whose owner is I<owner>. -Wildcards I<*> can appear in I<domain> or I<owner>, to match zero or more -characters. +Wildcards I<*> can appear in I<domain>, to match zero or more characters. If no I<owner> is given, list all domains I<domain>, regardless of the owner; If I<owner> is the empty string I<''>, list only the non self-managed domains. -If neither I<domain> nor I<owner> are given, B<fripost-searchdomain> list +If neither I<domain> nor I<owner> are given, B<fripost-searchdomain> lists all existing virtual domains. =head1 OPTIONS |