Thursday, July 7, 2016

[389-commits] ldap/admin

ldap/admin/src/scripts/91reindex.pl.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aa64641d1974bb52fc4d02808362e76dd86d9cd0
Author: Noriko Hosoi <nhosoi@redhat.com>
Date: Thu Jul 7 16:38:13 2016 -0700

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.

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) {

--
389-commits mailing list
389-commits@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/389-commits@lists.fedoraproject.org

No comments:

Post a Comment