]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix my r896956 which made LDAP_OPT_NETWORK_TIMEOUT seem more powerful due to
authorEric Covener <covener@apache.org>
Sun, 24 Jan 2010 20:58:41 +0000 (20:58 +0000)
committerEric Covener <covener@apache.org>
Sun, 24 Jan 2010 20:58:41 +0000 (20:58 +0000)
my misunderstanding.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@902643 13f79535-47bb-0310-9956-ffa450edef68

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

index 1de839489cdb76ec8e4e07e3fbcbac1262ac2c57..0598a4021e56b98e2fb551b9d7a505616bf8748a 100644 (file)
@@ -442,10 +442,9 @@ by other LDAP modules</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_ldap</td></tr>
 </table>
     <p>This directive configures the LDAP_OPT_NETWORK_TIMEOUT option in the
-    underlying LDAP client library, when available.  This value typically 
-    controls how long the LDAP client library will wait for various network 
-    calls to complete, including establishing a connection to the target LDAP 
-    server.</p>
+    underlying LDAP client library, when available.  This value typically
+    controls how long the LDAP client library will wait for the TCP connection
+    to the LDAP server to complete.</p>
 
     <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 
index ced4f26c3434cd4d707ab3895b5dd0df92157e38..3402325677c82bb70ee03c18b7e41477fc8c4b9f 100644 (file)
@@ -567,10 +567,9 @@ connection client certificates.</description>
 
 <usage>
     <p>This directive configures the LDAP_OPT_NETWORK_TIMEOUT option in the
-    underlying LDAP client library, when available.  This value typically 
-    controls how long the LDAP client library will wait for various network 
-    calls to complete, including establishing a connection to the target LDAP 
-    server.</p>
+    underlying LDAP client library, when available.  This value typically
+    controls how long the LDAP client library will wait for the TCP connection
+    to the LDAP server to complete.</p>
 
     <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