Skip to content
Snippets Groups Projects
Commit 74051d0d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Check ldapmodify for success.

parent b7f37434
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,12 @@ changetype: delete
EOMODS
if test $RC != 0 ; then
echo "ldapmodify failed ($RC)!"
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
fi
echo "Waiting 15 seconds for slurpd to send changes..."
sleep 15
......
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