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

Add short sleeps to allow deferred refint to complete

parent 1a86d4f6
Branches
Tags
No related merge requests found
......@@ -92,6 +92,8 @@ if test $RC != 0 ; then
exit $RC
fi
sleep 1;
echo "Using ldapsearch to check dependents new rdn..."
$LDAPSEARCH -S "" -b "o=refint" -h $LOCALHOST -p $PORT1 > $SEARCHOUT 2>&1
......@@ -129,6 +131,8 @@ if test $RC != 0 ; then
exit $RC
fi
sleep 1;
echo "Using ldapsearch to verify dependents have been deleted..."
$LDAPSEARCH -S "" -b "o=refint" -h $LOCALHOST -p $PORT1 > $SEARCHOUT 2>&1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment