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

Fixes #3787 Fixed error in insert-schema

Showing with 1 addition and 1 deletion
+1 -1
...@@ -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","template-fd.schema"); @schemas = ("samba","core-fd","core-fd-conf","ldapns","template-fd");
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;
......
  • bmortier @bmortier

    mentioned in issue #1250

    By Côme Chilliet on 2017-09-02T15:19:32 (imported from GitLab)

    ·

    mentioned in issue #1250

    By Côme Chilliet on 2017-09-02T15:19:32 (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