mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#5935 test delete of running consumer
This commit is contained in:
parent
0f263632a1
commit
7ced805b19
@ -313,6 +313,18 @@ if test $RC != 0 ; then
|
||||
exit $RC
|
||||
fi
|
||||
|
||||
echo "Replacing olcSyncrepl on producer..."
|
||||
$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
|
||||
credentials=$CONFIGPW searchbase="cn=config" type=refreshAndPersist
|
||||
retry="3 5 300 5" timeout=3
|
||||
EOF
|
||||
echo "Waiting $SLEEP1 seconds for syncrepl to receive changes..."
|
||||
sleep $SLEEP1
|
||||
|
||||
echo "Using ldapsearch to read config from the producer..."
|
||||
$LDAPSEARCH -b cn=config -D cn=config -H $URI1 -y $CONFIGPWF \
|
||||
'objectclass=*' > $MASTEROUT 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user