-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: User Profile / User Manager
-
Team:PLATFORM
-
Sprint:nxplatform #18
-
Story Points:1
The LDAP default configuration doesn't take into account the nuxeo.ldap.query.timeLimit property for the queryTimeLimit parameter of the ldapUserDirectory directoy.
Indeed, traces such as the one below have been observed:
2020-09-25T22:50:10,551 ERROR [http-nio-0.0.0.0-8080-exec-3] [nuxeo-error-log] org.nuxeo.ecm.directory.DirectoryException: getEntry failed: LDAP response read timed out, timeout used:-1ms. at org.nuxeo.ecm.directory.ldap.LDAPSession.getEntryFromSource(LDAPSession.java:434) ... Caused by: javax.naming.NamingException: LDAP response read timed out, timeout used:-1ms.; remaining name 'dc=engees,dc=fr'
while the nuxeo.ldap.query.timeLimit property was set to 1s in nuxeo.conf.
See NXP-14413 and the the original commit.
- depends on
-
NXP-14413 Add a step in the wizard to ease LDAP configuration
- Resolved
- Is referenced in