Browse Source

Ticket #48755 - moving an entry could make the online init fail

Description: The upgrade script template 91reindex.pl.in had a syntax error.
See also Bug 1353592 - Setup-ds.pl --update fails

https://fedorahosted.org/389/ticket/48755

Note: one character fix.
Noriko Hosoi 9 years ago
parent
commit
aa64641d19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldap/admin/src/scripts/91reindex.pl.in

+ 1 - 1
ldap/admin/src/scripts/91reindex.pl.in

@@ -12,7 +12,7 @@ sub runinst {
     # rdn-format value.  See $rdn_format set below.
     # If equal to or greater than this value, no need to reindex.
     # If it needs to be unconditionally reindexed, set 0.
-    my @rdnconditions = (4)
+    my @rdnconditions = (4);
 
     my $config = $conn->search("cn=config", "base", "(objectclass=*)");
     if (!$config) {