X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest010-passwd;h=636d0cece464fa8ec3587c02e514a5f44e35689b;hb=3cb9d64de3d2fe9d0e80a9a631335b909f7b64b4;hp=d74140a0baf96c4ddde93fa783476b6276c474c8;hpb=6680465d020db8058d053fc5615922d7bec251a2;p=openldap diff --git a/tests/scripts/test010-passwd b/tests/scripts/test010-passwd index d74140a0ba..636d0cece4 100755 --- a/tests/scripts/test010-passwd +++ b/tests/scripts/test010-passwd @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2003 The OpenLDAP Foundation. +## Copyright 1998-2005 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -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"