Referrals Config
To delegate a subtree to another server, use the ref
attribute to specify the ldap url to follow.
dn: dc=subtree, dc=example, dc=net
objectClass: referral
objectClass: extensibleObject
dc: subtree
ref: ldap://b.example.net/dc=subtree,dc=example,dc=net/
To specify another ldap server to go to if the current
server can't answer, use the referral directive.
referral ldap://root.openldap.org/
|