Filter on Long LDAP Response Times

How to troubleshoot LDAP configuration

AuthorFullName__c
Valeriy Petrov
articleNumber
000004803
ft:sourceType
Salesforce
FirstPublishedDate
2020-05-11T09:54:53Z
lastModifiedDate
2024-03-10T07:45:51Z
VersionNumber
10
Now when we know how to check the LDAP response time, we might want to create a filter based on that response time and display only the LDAP responses that take more than, or less than a set time.

This is especially helpful in case authentication against Artifactory becomes slow and we want to know if this is due to the LDAP server.

In this example, we are using the filter syntax below to display only the responses that take more than 30 ms.
ldap.time >= 0.03



User-added image