You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pc...@apache.org on 2007/07/13 23:31:33 UTC

svn commit: r556154 - /httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en

Author: pctony
Date: Fri Jul 13 14:31:32 2007
New Revision: 556154

URL: http://svn.apache.org/viewvc?view=rev&rev=556154
Log:
Missed this on 556153, committing now

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en?view=diff&rev=556154&r1=556153&r2=556154
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authnz_ldap.html.en Fri Jul 13 14:31:32 2007
@@ -873,7 +873,7 @@
     <p>An RFC 2255 URL which specifies the LDAP search parameters
     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 for this is:</p>
+    <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>
 <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>