From: Tony Stevenson Date: Fri, 13 Jul 2007 21:31:32 +0000 (+0000) Subject: Missed this on 556153, committing now X-Git-Tag: 2.3.0~1718 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3b7247021520bf7daa4b7f5300e0f22112d330d;p=apache Missed this on 556153, committing now git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@556154 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authnz_ldap.html.en b/docs/manual/mod/mod_authnz_ldap.html.en index 47abbe7ff5..fbc802cdc4 100644 --- a/docs/manual/mod/mod_authnz_ldap.html.en +++ b/docs/manual/mod/mod_authnz_ldap.html.en @@ -873,7 +873,7 @@ environment variable

An RFC 2255 URL which specifies the LDAP search parameters to use. The syntax of the URL is

ldap://host:port/basedn?attribute?scope?filter

-

If you want to specify more than one LDAP URL that Apache should try in turn, the syntax for this is:

+

If you want to specify more than one LDAP URL that Apache should try in turn, the syntax is:

AuthLDAPUrl "ldap://ldap1.example.com ldap2.example.com"

Caveat: If you specify multiple servers, you need to enclose the entire URL string in quotes; otherwise you will get an error: "AuthLDAPURL takes one argument, URL to define LDAP connection.."