From 6ecbac91c3f83226a8c3cd9b21ec5eac1322aebb Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount <quanah@openldap.org> Date: Tue, 12 Feb 2008 00:44:27 +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" -- GitLab