Dear all,
I'd like to have a subtree managed by a second LDAP server and its contents replicated to the "upper" root server.
server A(root server): suffix="dc=domain,dc=org"
server B(subtree server): suffix="ou=people,dc=domain,dc=org"
B's subtree should be replicated to A and should be searchable on A.
Is there any solutions can fix this case?
Thanks.
Am Fri, 3 Aug 2018 09:54:22 +0800 schrieb "Tian Zhiying" tianzy1225@thundersoft.com:
Dear all,
I'd like to have a subtree managed by a second LDAP server and its contents replicated to the "upper" root server.
server A(root server): suffix="dc=domain,dc=org"
server B(subtree server): suffix="ou=people,dc=domain,dc=org"
B's subtree should be replicated to A and should be searchable on A.
Is there any solutions can fix this case?
You may consider on server A a slapd-ldap(5) database attached to a slapd-relay(5) database, relaying subtree from server B.
-Dieter
openldap-technical@openldap.org