mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
ITS#3979 restore 2.1,2.2 search order
This commit is contained in:
parent
4f6d762f5f
commit
bec98df993
@ -4,6 +4,27 @@ objectClass: dcObject
|
||||
o: Example, Inc.
|
||||
dc: example
|
||||
|
||||
dn: ou=Groups,dc=example,dc=com
|
||||
objectClass: organizationalUnit
|
||||
ou: Groups
|
||||
|
||||
dn: cn=All,ou=Groups,dc=example,dc=com
|
||||
objectClass: groupOfNames
|
||||
cn: All
|
||||
member: uid=bjorn,ou=People,dc=example,dc=com
|
||||
member: uid=bjensen,ou=People,dc=example,dc=com
|
||||
|
||||
dn: cn=ITD,ou=Groups,dc=example,dc=com
|
||||
objectClass: groupOfNames
|
||||
cn: ITD
|
||||
member: uid=bjorn,ou=People,dc=example,dc=com
|
||||
|
||||
dn: uid=proxy,ou=Groups,dc=example,dc=com
|
||||
objectClass: inetOrgPerson
|
||||
cn: Proxy
|
||||
sn: Proxy
|
||||
uid: proxy
|
||||
|
||||
dn: ou=People,dc=example,dc=com
|
||||
objectClass: organizationalUnit
|
||||
ou: People
|
||||
@ -28,24 +49,3 @@ cn: Proxy
|
||||
sn: Proxy
|
||||
uid: proxy
|
||||
|
||||
dn: ou=Groups,dc=example,dc=com
|
||||
objectClass: organizationalUnit
|
||||
ou: Groups
|
||||
|
||||
dn: cn=All,ou=Groups,dc=example,dc=com
|
||||
objectClass: groupOfNames
|
||||
cn: All
|
||||
member: uid=bjorn,ou=People,dc=example,dc=com
|
||||
member: uid=bjensen,ou=People,dc=example,dc=com
|
||||
|
||||
dn: cn=ITD,ou=Groups,dc=example,dc=com
|
||||
objectClass: groupOfNames
|
||||
cn: ITD
|
||||
member: uid=bjorn,ou=People,dc=example,dc=com
|
||||
|
||||
dn: uid=proxy,ou=Groups,dc=example,dc=com
|
||||
objectClass: inetOrgPerson
|
||||
cn: Proxy
|
||||
sn: Proxy
|
||||
uid: proxy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user