As subject says, mod_ldap.xml links to mod_ldap instead of mod_authnz_ldap in when refering to AuthLDAPURL on line 680.
Patch included for trunk.

With regards,
Daniel.
Index: mod_ldap.xml
===================================================================
--- mod_ldap.xml        (revision 1300620)
+++ mod_ldap.xml        (working copy)
@@ -677,7 +677,7 @@
     <p> If a connection is not successful with the timeout period, either an 
error will be
     returned or the LDAP client library will attempt to connect to a secondary 
LDAP
     server if one is specified (via a space-separated list of hostnames in the
-    <directive module="mod_ldap">AuthLDAPURL</directive>).</p>
+    <directive module="mod_authnz_ldap">AuthLDAPURL</directive>).</p>
 
     <p>The default is 10 seconds, if the LDAP client library linked with the
     server supports the LDAP_OPT_NETWORK_TIMEOUT option.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to