Honor ldap.connectTimeout also without connection pooling

The com.sun.jndi.ldap.connect.timeout env variable is independent from
whether LDAP connection pooling is used or not.

Change-Id: I8e84efa89deb5c292d51e941e0a325cb7fc3f0a6
This commit is contained in:
Saša Živkov
2015-01-19 16:24:44 +01:00
parent 0705733edc
commit 0524c80b88
2 changed files with 21 additions and 16 deletions

View File

@@ -2399,9 +2399,7 @@ By default, false.
[[ldap.connectTimeout]]ldap.connectTimeout::
+
_(Optional)_ Specify how long to wait for a pooled connection.
This is also used to specify a timeout period for establishment
of the LDAP connection.
_(Optional)_ Timeout period for establishment of an LDAP connection.
+
The value is in the usual time-unit format like "1 s", "100 ms",
etc...