mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#3979 restore 2.1,2.2 search order
This commit is contained in:
parent
4f6d762f5f
commit
bec98df993
1 changed files with 21 additions and 21 deletions
|
|
@ -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 a new issue