]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9339 fix test049 script
authorHoward Chu <hyc@openldap.org>
Sun, 6 Sep 2020 20:24:47 +0000 (21:24 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 10 Sep 2020 02:29:19 +0000 (02:29 +0000)
Was re-using rid=002, changed to unique rid

tests/scripts/test049-sync-config

index cc1fbdbf8831627e8c88af6457223885bb8ad7e6..0f155d947341b7bb9f3e73f986d1fb133289ee31 100755 (executable)
@@ -319,7 +319,7 @@ $LDAPMODIFY -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >> $TESTOUT 2>&1
 dn: olcDatabase={0}config,cn=config
 changetype: modify
 replace: olcSyncRepl
-olcSyncRepl: rid=002 provider=$URI1 binddn="cn=config" bindmethod=simple
+olcSyncRepl: rid=003 provider=$URI1 binddn="cn=config" bindmethod=simple
   credentials=$CONFIGPW searchbase="cn=config" type=refreshAndPersist
   retry="3 5 300 5" timeout=3
 EOF