Kevin J. Menard, Jr. schrieb am Sat, Nov 24, 2001 at 11:30:36AM -0500: [...] * JW> Most of the LDAP libraries (for sure OpenLDAP which is what we are using) allow * JW> you to specify multiple redundant LDAP servers in the list separated by spaces. * * If there's enough requests for it, I'll try to add it to the patch. But I * really wanted to keep the patch LDAP server independent (even though I used * the OpenLDAP API, it should still be pretty universal). I agree with * Tarjei's solution, but I'll support this if you guys want it.
We use SASL1->LDAP in a clusterd HA environment with the LDAP patch supplied by http://www.surf.org.uk/src/cyrussasl.html which AFAIK does not support multiple LDAP servers. We are at the moment suggensting a switch to SASL1->PAM->LDAP, which is not as fast, but will support multiple LDAP servers the way noted above. We would be pleased if someone could implement this feature on a standard base not by exploiting a "feature" in the current OpenLDAP libs (which we think wasn't originally intended by the OpenLDAP folks). Regards, - Birger