]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
provide a little more context in the multiple hostnames example
authorEric Covener <covener@apache.org>
Fri, 5 Dec 2008 22:04:40 +0000 (22:04 +0000)
committerEric Covener <covener@apache.org>
Fri, 5 Dec 2008 22:04:40 +0000 (22:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@723890 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.html.en
docs/manual/mod/mod_authnz_ldap.xml

index ede2dc2bfc11dea390763db010d8c3761681422a..2d67fab07a514e6c2bd8cd871555308d32667c9b 100644 (file)
@@ -1023,7 +1023,7 @@ objects that are groups during sub-group processing.</td></tr>
     to use. The syntax of the URL is</p>
 <div class="example"><p><code>ldap://host:port/basedn?attribute?scope?filter</code></p></div>
     <p>If you want to specify more than one LDAP URL that Apache should try in turn, the syntax is:</p>
-<div class="example"><p><code>AuthLDAPUrl "ldap://ldap1.example.com ldap2.example.com"</code></p></div>
+<div class="example"><p><code>AuthLDAPUrl "ldap://ldap1.example.com ldap2.example.com/dc=..."</code></p></div>
 <p><em><strong>Caveat: </strong>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.." </em> 
 You can of course use search parameters on each of these.</p>
index 8a367a95e3e334a6caad85f59a8e448c84c3aa7f..b916aaa0816bafda7a05891743c89d5c361afe5d 100644 (file)
@@ -1024,7 +1024,7 @@ objects that are groups during sub-group processing.</description>
     to use. The syntax of the URL is</p>
 <example>ldap://host:port/basedn?attribute?scope?filter</example>
     <p>If you want to specify more than one LDAP URL that Apache should try in turn, the syntax is:</p>
-<example>AuthLDAPUrl "ldap://ldap1.example.com ldap2.example.com"</example>
+<example>AuthLDAPUrl "ldap://ldap1.example.com ldap2.example.com/dc=..."</example>
 <p><em><strong>Caveat: </strong>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.." </em> 
 You can of course use search parameters on each of these.</p>