]> git.sur5r.net Git - openldap/commitdiff
ITS#4744 test updates from HEAD
authorHoward Chu <hyc@openldap.org>
Sun, 12 Nov 2006 03:00:20 +0000 (03:00 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 12 Nov 2006 03:00:20 +0000 (03:00 +0000)
tests/data/test-whoami.ldif
tests/scripts/test014-whoami

index 189b6cad31e02ca370c501b74e3d68a533f6451b..6a70ab42a8f60b272ab511860f29e986449e47c9 100644 (file)
@@ -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
index 0428acd412b040df8109a7992abbcb0da73e29ec..65c4d64b130e55fe73eb8e107bc57373d36dfd54 100755 (executable)
@@ -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 \