Question
Virtusa
AU
Last activity: 5 Aug 2024 15:02 EDT
Optimize LDAP search filters/queries
Hi,
We have a Pega Restful Service which has Custom authentication via LDAP. I am trying to achieve the targeted response time of ~ 250 ms for the API but have hit a roadblock. On analysing, I found that search in LDAP directory is the expensive transaction. It is contributing almost 70-80% of the current response time.
So, I am looking to optimize the search in LDAP directory using the Search Parameter option on the Authentication Service. I tried a few search criteria in Search filter but it didn't make a difference. Can anyone please suggest if we can tweak the Directory Context or Search filter that helps to achieve better search in ldap?
I have attached a screenshot of the current configuration.