From c91d6df96b799ddc733e3fd4afd6283fde41ecf4 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 6 Sep 2020 21:24:47 +0100 Subject: [PATCH] ITS#9339 fix test049 script Was re-using rid=002, changed to unique rid --- tests/scripts/test049-sync-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/test049-sync-config b/tests/scripts/test049-sync-config index cc1fbdbf88..0f155d9473 100755 --- a/tests/scripts/test049-sync-config +++ b/tests/scripts/test049-sync-config @@ -319,7 +319,7 @@ $LDAPMODIFY -D cn=config -H $URI1 -y $CONFIGPWF <> $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