cleanup test for empty DN

This commit is contained in:
Pierangelo Masarati 2004-06-19 10:04:20 +00:00
parent a689d81536
commit 48f4d0c773

View File

@ -405,7 +405,7 @@ fi
BINDDN="dc=example,dc=com"
BINDPW=example
AUTHZID="dn:"
echo "Testing ldapwhoami as ${BINDDN} for ${AUTHZID} (dn.exact; should succeed)..."
echo "Testing ldapwhoami as ${BINDDN} for ${AUTHZID}\"\" (dn.exact; should succeed)..."
$LDAPWHOAMI -h $LOCALHOST -p $PORT1 -D "$BINDDN" -w $BINDPW \
-e \!authzid="$AUTHZID"