Commit a26fac5b authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #2619 Fixed documentation of fusiondirectory-insert-schema

Showing with 10 additions and 6 deletions
+10 -6
......@@ -260,12 +260,13 @@ sub usage
print STDERR << "EOF";
usage: $0 [-h] [-l] [-o options] [path] [-i|-m schema1 schema2 ]
-h, --help : this (help) message
path : where to find the schemas
-i, --insert : specify the schemas to insert
-l, --list : list inserted schemas
-m, --modify : modify exising inserted schemas
-o, --options : set ldap options used (default is -Y EXTERNAL -H ldapi:///)
-h, --help : this (help) message
path : where to find the schemas
-i, --insert : specify the schemas to insert
-l, --list : list inserted schemas
-m, --modify : modify exising inserted schemas
-o, --options : set ldap options used (default is -Y EXTERNAL -H ldapi:///)
-c, --continue : continue on error(s)
EOF
exit -1;
......@@ -287,6 +288,9 @@ This program will insert the schema needed by FusionDirectory into the ldap serv
If -i is specified, insert the given list of schemas instead of the default list
If -m is specified, insert the given list of schemas, replacing already inserted versions of those schemas
If -l is specified, list inserted schemas
If -c is specified, an error won’t stop the command from continuing with other insertions
You can use -o to give specifics options to give to ldap commands such as ldapmodify,
but beware that you won’t be able to see things like password prompts as the output of these commands is piped.
=head1 EXAMPLES
......
  • bmortier @bmortier

    mentioned in issue #888 (closed)

    By bmortier on 2017-09-02T15:02:49 (imported from GitLab)

    ·

    mentioned in issue #888 (closed)

    By bmortier on 2017-09-02T15:02:49 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment