Does anyone know how to change the LDAP timeout value???
One answer
Hello Nicolas,
I would say that such setting is out of CLM scope as I would consider this as a AppServer property.
For example, for Tomcat 7: http://tomcat.apache.org/tomcat-7.0-doc/config/realm.html
The timeout in milliseconds to use when establishing the connection to the LDAP directory. If not specified, a value of 5000 (5 seconds) is used.
Hope it helps.
Eric.
I would say that such setting is out of CLM scope as I would consider this as a AppServer property.
For example, for Tomcat 7: http://tomcat.apache.org/tomcat-7.0-doc/config/realm.html
connectionTimeout
:
The timeout in milliseconds to use when establishing the connection to the LDAP directory. If not specified, a value of 5000 (5 seconds) is used.
Hope it helps.
Eric.