mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
fix test
This commit is contained in:
parent
ae665d0d3d
commit
b203d37cae
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ esac
|
||||||
|
|
||||||
BINDDN="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com"
|
BINDDN="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com"
|
||||||
BINDPW=bjorn
|
BINDPW=bjorn
|
||||||
AUTHZID="dn:"
|
AUTHZID="dn:cn=don't!"
|
||||||
echo "Testing ldapwhoami as ${BINDDN} for ${AUTHZID} (no authzTo; should fail)..."
|
echo "Testing ldapwhoami as ${BINDDN} for ${AUTHZID} (no authzTo; should fail)..."
|
||||||
$LDAPWHOAMI -h $LOCALHOST -p $PORT1 -D "$BINDDN" -w $BINDPW \
|
$LDAPWHOAMI -h $LOCALHOST -p $PORT1 -D "$BINDDN" -w $BINDPW \
|
||||||
-e \!authzid="$AUTHZID"
|
-e \!authzid="$AUTHZID"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue