]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test010-passwd
Sync with HEAD
[openldap] / tests / scripts / test010-passwd
index f79c5aca0a9d445ef25c9138b87ae862ae2a641f..636d0cece464fa8ec3587c02e514a5f44e35689b 100755 (executable)
@@ -139,6 +139,15 @@ if test $RC != 0 ; then
        exit $RC
 fi
 
+echo "Logging end state with ldapsearch..."
+echo "" >> $TESTOUT
+echo "++ Initial search" >> $TESTOUT
+$LDAPSEARCH -h $LOCALHOST -p $PORT1 \
+       -D "$MANAGERDN" -w $PASSWD \
+       -b "$BASEDN" \
+       'objectclass=*' >> $TESTOUT 2>&1
+
+
 test $KILLSERVERS != no && kill -HUP $KILLPIDS
 
 echo ">>>>> Test succeeded"