mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#9339 fix test049 script
Was re-using rid=002, changed to unique rid
This commit is contained in:
parent
76ff2558c0
commit
c91d6df96b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user