Skip to content
Snippets Groups Projects
Commit 48f4d0c7 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

cleanup test for empty DN

parent a689d815
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment