laminas / laminas-authentication

provides an API for authentication and includes concrete authentication adapters for common use case scenarios
https://docs.laminas.dev/laminas-authentication/
BSD 3-Clause "New" or "Revised" License
24 stars 15 forks source link

Check if (LDAP) user exists before authenticate #2

Open weierophinney opened 4 years ago

weierophinney commented 4 years ago

I'm looking for a way to check if my user really exists before I authenticate it.

Is this library capable of doing so or do I need to use \Zend\Ldap for this ?

It would be a pity if you need to use \Zend\Ldap as the serveroptions differ.


Originally posted by @Yamakasi at https://github.com/zendframework/zend-authentication/issues/35