mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
cleanup test for empty DN
This commit is contained in:
parent
a689d81536
commit
48f4d0c773
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue