From 30261efb18ee7e3227a6d4c64550f2b4b2d0c2d8 Mon Sep 17 00:00:00 2001
From: Howard Chu <hyc@openldap.org>
Date: Sat, 11 Nov 2006 23:47:09 +0000
Subject: [PATCH] ITS#4744 test URL matching with multiple entries returned

---
 tests/data/test-whoami.ldif | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/data/test-whoami.ldif b/tests/data/test-whoami.ldif
index 189b6cad31..4c1a5d2947 100644
--- a/tests/data/test-whoami.ldif
+++ b/tests/data/test-whoami.ldif
@@ -254,7 +254,7 @@ 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)(sn=Jones))
 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
-- 
GitLab