On Mon, 2008-11-24 at 18:47 +0530, Divyarajsinh Jadeja wrote: > Hi, > > > > I am new to Heartbeat. How can we configure openLDAP with Heartbeat for > High-availability of Authentication.? > > > > I need to have slapd running on both the machine because, ldap replication > needs slapd on both node.
I tried it this way. I never could figure a reliable way to set things up without creating replication loops. It is far easier to use shared storage via DRBD to replicate the LDAP data rather than using LDAP replication. Then you do not need to run slapd on the node until it becomes the master and it is then a standard heartbeat-manageable resource. I do this and it works great. --Greg _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
