mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
73276e84ae
Includes support for update referral for each replicated backend. Reworked replication test to use update referral. Includes major rewrite of response encoding codes (result.c). Includes reworked alias support and eliminates old suffix alias codes (can be emulated using named alias). Includes (untested) support for the Manage DSA IT control. Works in LDAPv2 world. Still testing in LDAPv3 world. Added default referral (test009) test.
51 lines
1.1 KiB
Plaintext
51 lines
1.1 KiB
Plaintext
dn: c=US
|
|
c: US
|
|
objectclass: country
|
|
|
|
dn: o=ABC, c=US
|
|
o: ABC
|
|
ref: ldap//hostA/o=abc,c=us HostA
|
|
ref: ldap//hostB/o=abc,c=us HostB
|
|
objectclass: referral
|
|
objectclass: extensibleObject
|
|
|
|
dn: o=XYZ, c=US
|
|
o: XYZ
|
|
ref: ldap//hostC/o=xyz,c=us HostC
|
|
objectclass: referral
|
|
objectclass: extensibleObject
|
|
|
|
dn: o=Alias, c=US
|
|
o: Alias
|
|
aliasedObjectName: o=University of Michigan, c=US
|
|
objectclass: alias
|
|
objectclass: extensibleObject
|
|
|
|
dn: o=University of Michigan, c=US
|
|
o: University of Michigan
|
|
objectclass: organization
|
|
|
|
dn: cn=Manager, o=University of Michigan, c=US
|
|
cn: Manager
|
|
cn: Directory Manager
|
|
cn: Dir Man
|
|
sn: Manager
|
|
description: Manager of the directory
|
|
userpassword: secret
|
|
objectclass: person
|
|
|
|
dn: cn=Alias, o=University of Michigan, c=US
|
|
cn: Alias
|
|
aliasedobjectname: cn=Manager, o=University of Michigan, c=US
|
|
objectclass: extensibleObject
|
|
|
|
dn: cn=Circular, o=University of Michigan, c=US
|
|
cn: Circular
|
|
aliasedobjectname: cn=Circular, o=University of Michigan, c=US
|
|
objectclass: extensibleObject
|
|
|
|
dn: cn=Subordinate, o=University of Michigan, c=US
|
|
cn: Subordinate
|
|
aliasedobjectname: cn=Subordinate, cn=Alias, o=University of Michigan, c=US
|
|
objectclass: extensibleObject
|