From b203d37caea2f55acfd8604820ed2a34b518e39c Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Mon, 14 Jan 2008 17:28:01 +0000 Subject: [PATCH] fix test --- tests/scripts/test014-whoami | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/test014-whoami b/tests/scripts/test014-whoami index 7c1838488a..bc2561dac5 100755 --- a/tests/scripts/test014-whoami +++ b/tests/scripts/test014-whoami @@ -428,7 +428,7 @@ esac BINDDN="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" BINDPW=bjorn -AUTHZID="dn:" +AUTHZID="dn:cn=don't!" echo "Testing ldapwhoami as ${BINDDN} for ${AUTHZID} (no authzTo; should fail)..." $LDAPWHOAMI -h $LOCALHOST -p $PORT1 -D "$BINDDN" -w $BINDPW \ -e \!authzid="$AUTHZID" -- 2.39.5