Jahia 7.3
Jahia 8
LDAP Settings
Question
LDAP connection is throwing an LDAP read timeoutCause
Elements in the network are interrupting the connection between Jahia and the LDAP
Solution
Configure the connection pool of the LDAP provider:
ldap.connect.pool = apache-commons
ldap.connect.pool.maxActive = 20
ldap.connect.pool.maxIdle = 20
ldap.connect.timeout = 60000
ldap.read.timeout = 60000
ldap.connect.pool.testOnBorrow = true
ldap.connect.pool.testWhileIdle = true
ldap.connect.pool.timeBetweenEvictionRunsMillis = 900000
Since version Jahia 8.1, the LDAP configuration is stored in the karaf/etc folder (before it was stored in the modules folder).
To see how to configure LDAP, please check out the LDAP Documentation