Skip to content
Snippets Groups Projects
Commit 1cfff033 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#5936 SLEEP1 patch

parent 6c498b66
No related branches found
No related tags found
No related merge requests found
......@@ -324,8 +324,8 @@ 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 "Waiting 10 seconds for syncrepl to receive changes..."
sleep 10
echo "Using ldapsearch to read config from the producer..."
$LDAPSEARCH -b cn=config -D cn=config -H $URI1 -y $CONFIGPWF \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment