You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
You should attempt the bind after the search has completed, not upon receiving the first entry. After the search has ended, you should have an array of search results. If that array has zero items, then you cannot attempt the bind as the found user and can return an error.
I am trying to implement functionality where I can login with openldap.
Below are my steps for login
This is working fine, but I also need to add exception if search fails at step 2, i.e. if user is not found
How can I add exception where I will know if search fails and user it not there in ldap?
Below is my controller function for login
The text was updated successfully, but these errors were encountered: