From 35643b0425b19b721c90859d166d8282002c7dad Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 27 Apr 2004 22:47:41 +0000 Subject: [PATCH] more whoami tests --- tests/scripts/test014-whoami | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/scripts/test014-whoami b/tests/scripts/test014-whoami index fb194244fc..ae9fd28191 100755 --- a/tests/scripts/test014-whoami +++ b/tests/scripts/test014-whoami @@ -374,6 +374,20 @@ if test $RC != 1 ; then exit $RC fi +BINDDN="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" +BINDPW=bjorn +AUTHZID="dn:cn=Should Fail,dc=example,dc=com" +echo "Testing ldapwhoami as ${BINDDN} for ${AUTHZID} (URI; should fail)..." +$LDAPWHOAMI -h $LOCALHOST -p $PORT1 -D "$BINDDN" -w $BINDPW \ + -e \!authzid="$AUTHZID" + +RC=$? +if test $RC != 1 ; then + echo "ldapwhoami failed ($RC)!" + test $KILLSERVERS != no && kill -HUP $KILLPIDS + exit $RC +fi + test $KILLSERVERS != no && kill -HUP $KILLPIDS echo ">>>>> Test succeeded" -- 2.39.5