From d43211330030705e5281365b8d4e5cf83628254a Mon Sep 17 00:00:00 2001 From: Noriko Hosoi Date: Jul 07 2016 23:48:29 +0000 Subject: 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. (cherry picked from commit aa64641d1974bb52fc4d02808362e76dd86d9cd0) --- diff --git a/ldap/admin/src/scripts/91reindex.pl.in b/ldap/admin/src/scripts/91reindex.pl.in index c861f64..99b08e3 100644 --- a/ldap/admin/src/scripts/91reindex.pl.in +++ b/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) {