Commit a4fea885 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes: #1504 Fixed schema2ldif error code and insert-schema man page

Showing with 6 additions and 6 deletions
+6 -6
......@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "FUSIONDIRECTORY-INSERT-SCHEMA 1"
.TH FUSIONDIRECTORY-INSERT-SCHEMA 1 "2012-08-05" "FusionDirectory 1.0" "FusionDirectory Documentation"
.TH FUSIONDIRECTORY-INSERT-SCHEMA 1 "2013-01-16" "FusionDirectory 1.0" "FusionDirectory Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
......@@ -133,7 +133,7 @@
fusiondirectory\-insert\-schema \- insert schema needed by FusionDirectory into the ldap server
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
fusiondirectory-insert-schema <path of your schema files> [\-i schema1 schema2]
fusiondirectory-insert-schema [<path of your schema files>] [\-i schema1 schema2]
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
This program will insert the schema needed by FusionDirectory into the ldap server
......@@ -142,14 +142,14 @@ If \-i is specified, insert the given list of schemas instead of the default lis
.IX Header "EXAMPLES"
.Vb 2
\& fusion@catbert$ fusiondirectory\-insert\-schema
\& Insert the schemas in your directory
\&
\& fusion@catbert$ fusiondirectory\-insert\-schema /etc/ldap/otherschema \-i myschema
\& Insert the schema /etc/ldap/otherschema/myschema.ldif
\& Insert the core schemas in your LDAP directory
\&
\& fusion@catbert$ fusiondirectory\-insert\-schema \-i /etc/ldap/otherschema/myschema.ldif
\& Insert the schema /etc/ldap/otherschema/myschema.ldif
\&
\& fusion@catbert$ fusiondirectory\-insert\-schema \-i /etc/ldap/otherschema/myschema.schema
\& Convert /etc/ldap/otherschema/myschema.schema to ldif and insert it
\&
\& fusion@catbert$ fusiondirectory\-insert\-schema \-i myschema
\& Insert the schema myschema.ldif from working directory
.Ve
......
  • bmortier @bmortier

    mentioned in issue #553

    By Côme Chilliet on 2017-09-02T14:50:51 (imported from GitLab)

    ·

    mentioned in issue #553

    By Côme Chilliet on 2017-09-02T14:50:51 (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