Open
Description
It is considered good practice to have ldap authentication libraries first bind using a service account, then run a search for the user and finally try to bind (and thus authenticate) using the provided credentials.
As an added bonus, that would enable supports for multi-level user trees, which the current implementation does not support.
Activity