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

Fixes #3741 Removing recovery-fd.schema from schema list in fusiondirectory-insert-schema

Showing with 5 additions and 5 deletions
+5 -5
...@@ -113,7 +113,7 @@ if (!($cnconfig =~ m/^dn:\s*cn=config$/)) { ...@@ -113,7 +113,7 @@ if (!($cnconfig =~ m/^dn:\s*cn=config$/)) {
if (scalar(@schemas) == 0) { if (scalar(@schemas) == 0) {
# insert the default schemas # insert the default schemas
@schemas = ("samba","core-fd","core-fd-conf","ldapns","recovery-fd"); @schemas = ("samba","core-fd","core-fd-conf","ldapns");
foreach my $schema (@schemas) { foreach my $schema (@schemas) {
if (system("$schema2ldif $path$schema.schema > $path$schema.ldif") == 0) { if (system("$schema2ldif $path$schema.schema > $path$schema.ldif") == 0) {
push @gen_files, $path.$schema; push @gen_files, $path.$schema;
...@@ -301,7 +301,7 @@ This program will insert the schema needed by FusionDirectory into the ldap serv ...@@ -301,7 +301,7 @@ This program will insert the schema needed by FusionDirectory into the ldap serv
This option insert the given list of schemas instead of the default list This option insert the given list of schemas instead of the default list
=item -m =item -m
This option insert the given list of schemas, replacing already inserted versions of those schemas This option insert the given list of schemas, replacing already inserted versions of those schemas
...@@ -313,16 +313,16 @@ This option list inserted schemas ...@@ -313,16 +313,16 @@ This option list inserted schemas
This option will make generated ldifs file to not be deleted after execution. Might be useful to understand errors. This option will make generated ldifs file to not be deleted after execution. Might be useful to understand errors.
=item -c =item -c
This option make the program continue even if an error occur This option make the program continue even if an error occur
=item -o =item -o
This option allow you to specify specifics options to give to ldap commands such as ldapmodify, This option allow you to specify 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. but beware that you won’t be able to see things like password prompts as the output of these commands is piped.
=back =back
=head1 EXAMPLES =head1 EXAMPLES
......
  • bmortier @bmortier

    mentioned in issue #1233 (closed)

    By Jonathan Swaelens on 2017-09-02T15:18:46 (imported from GitLab)

    ·

    mentioned in issue #1233 (closed)

    By Jonathan Swaelens on 2017-09-02T15:18:46 (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