From 682222bfbb46bc33e741b509874784f5736d205d Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Thu, 12 Sep 2013 11:07:57 -0400 Subject: [PATCH] Document libldap fail-over --- raddb/mods-available/ldap | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/raddb/mods-available/ldap b/raddb/mods-available/ldap index 95a950e5ec..9676037f4b 100644 --- a/raddb/mods-available/ldap +++ b/raddb/mods-available/ldap @@ -9,6 +9,14 @@ ldap { # # Note that this needs to match the name in the LDAP # server certificate, if you're using ldaps. + # + # The ldap client libraries can do fail-over from one + # server to another. Enable this by specifying + # multiple host names, separated by commas. + # + # e.g. server = "ldap1.example.org,ldap2.example.org" + # + # Otherwise, it will use just one server. server = "ldap.example.org" # Port to connect on, defaults to 389. Setting this to -- 2.47.3