From 2ab82a2743d9d4fd8c2a92dfde0aeff4feb4f70b Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 24 Jan 2010 20:58:41 +0000 Subject: [PATCH] fix my r896956 which made LDAP_OPT_NETWORK_TIMEOUT seem more powerful due to 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 | 7 +++---- docs/manual/mod/mod_ldap.xml | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/manual/mod/mod_ldap.html.en b/docs/manual/mod/mod_ldap.html.en index 1de839489cd..0598a4021e5 100644 --- a/docs/manual/mod/mod_ldap.html.en +++ b/docs/manual/mod/mod_ldap.html.en @@ -442,10 +442,9 @@ by other LDAP modules Module:mod_ldap

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.

+ 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.

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 diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml index ced4f26c343..3402325677c 100644 --- a/docs/manual/mod/mod_ldap.xml +++ b/docs/manual/mod/mod_ldap.xml @@ -567,10 +567,9 @@ connection client certificates.

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.

+ 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.

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 -- 2.47.2