-
Suggestion
-
Resolution: Fixed
-
None
-
None
As an admin who has connected Crowd (or an Embedded Crowd product) to an LDAP server, I want to know if the LDAP queries are performing well, or they are being very slow.
- relates to
-
LEM-508 Failed to load
If an LDAP query takes more than X milliseconds, Crowd will now log INFO level log messages with the time (in ms) taken by the LDAP query. If the LDAP query takes less time than X milliseconds, the query time taken will be logged at debug level.
X in the above paragraph is a number, defaulting to 1000 (i.e. default threshold is 1 second), and can be changed by setting the system property com.atlassian.crowd.ldap.log.wait.threshold to a different number.