zendframework / zend-authentication

Authentication component from Zend Framework
BSD 3-Clause "New" or "Revised" License
44 stars 35 forks source link

Check if (LDAP) user exists before authenticate #35

Open Yamakasi opened 6 years ago

Yamakasi commented 6 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.

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-authentication; a new issue has been opened at https://github.com/laminas/laminas-authentication/issues/2.