Skip to content
Snippets Groups Projects
Commit 6ecbac91 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

fix test

parent a13e27f7
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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