From 65b5107b3556e082c0b2d555712cdb5bf9a6f01f Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Fri, 14 Dec 2007 16:52:09 +0000 Subject: [PATCH] Add a note about double quoting a multihost LDAP URL. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@604224 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authnz_ldap.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 20224d42d7..55c79c44d6 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -1052,7 +1052,8 @@ You can of course use search parameters on each of these.

specify multiple, redundant LDAP servers, just list all servers, separated by spaces. mod_authnz_ldap will try connecting to each server in turn, until it makes a - successful connection.

+ successful connection. If multiple ldap servers are specified, + then entire LDAP URL must be encapsulated in double quotes.

Once a connection has been made to a server, that connection remains active for the life of the -- 2.40.0