shravan cherukuri
shravan cherukuri

Reputation: 490

Openldap failover on RHEL

How to implement OPENLDAP failover on RHEL. We have couple of LDAP servers, need to know how to handle failover of one server and redirect to other, viceversa.

Upvotes: 1

Views: 333

Answers (1)

kbrian187
kbrian187

Reputation: 163

If you're on 2.3+, n-Way Multi Master with mirrormode enabled and a wide IP is an option. I found this to be a helpful resource after exhausting the OpenLDAP documentation. Of course, this assumes that you want the data replicated and both servers to be available without caring which one you're actually connecting to.

Upvotes: 1

Related Questions