mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
ITS#4744 test updates from HEAD
This commit is contained in:
parent
edb68f6d82
commit
142dc58d1b
@ -254,7 +254,8 @@ telephonenumber: +1 313 555 0355
|
||||
authzFrom: dn.exact:cn=Barbara Jensen,ou=Information Technology Division,ou=Pe
|
||||
ople,dc=example,dc=com
|
||||
authzFrom: u:melliot
|
||||
authzFrom: ldap:///ou=People,dc=example,dc=com??sub?cn=Jane Doe
|
||||
authzFrom: ldap:///ou=People,dc=example,dc=com??sub?(|(cn=Jane Doe)
|
||||
(cn=Jennifer Smith))
|
||||
authzFrom: group/groupOfUniqueNames/uniqueMember:cn=ITD Staff,ou=Groups,dc=exa
|
||||
mple,dc=com
|
||||
authzFrom: dn.onelevel:ou=Information Technology Division,ou=People,dc=example,dc=com
|
||||
|
@ -135,8 +135,8 @@ if test $RC != 0 ; then
|
||||
exit $RC
|
||||
fi
|
||||
|
||||
BINDDN="cn=Jane Doe,ou=Alumni Association,ou=People,dc=example,dc=com"
|
||||
BINDPW=jdoe
|
||||
BINDDN="cn=Jennifer Smith,ou=Alumni Association,ou=People,dc=example,dc=com"
|
||||
BINDPW=jen
|
||||
AUTHZID="u:bjorn"
|
||||
echo "Testing ldapwhoami as ${BINDDN} for ${AUTHZID} (URI)..."
|
||||
$LDAPWHOAMI -h $LOCALHOST -p $PORT1 -D "$BINDDN" -w $BINDPW \
|
||||
|
Loading…
Reference in New Issue
Block a user