Set up LDAP/dirsrv replication #453
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/ldap_replication"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replicates writes both ways. No automatic failover yet, but manual failover can be done by removing the
dirsrv_supplier
role from the failed dirsrv node and converging all nodes with theldap_client
role.Tested/running on
ldap-3
and the new supplier onldap-4
. (The actual replication agreements have been done manually, since they are one-off client calls).closes #453
👍