ITS#9339 fix test049 script

Was re-using rid=002, changed to unique rid
This commit is contained in:
Howard Chu 2020-09-06 21:24:47 +01:00 committed by Quanah Gibson-Mount
parent 76ff2558c0
commit c91d6df96b

View File

@ -319,7 +319,7 @@ $LDAPMODIFY -D cn=config -H $URI1 -y $CONFIGPWF <<EOF >> $TESTOUT 2>&1
dn: olcDatabase={0}config,cn=config dn: olcDatabase={0}config,cn=config
changetype: modify changetype: modify
replace: olcSyncRepl 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 credentials=$CONFIGPW searchbase="cn=config" type=refreshAndPersist
retry="3 5 300 5" timeout=3 retry="3 5 300 5" timeout=3
EOF EOF