What is the best PHP ldap user authentication class? #ldap user authentication
Edit
by SMATI Djassem - 9 years ago (2015-12-31)
LDAP user authentication and get user info
| I need a LDAP class for user authentication and get user information |
Ask clarification
1 Recommendation
PHP LDAP: Authenticate users connecting to a LDAP server
This class can authenticate users connecting to a LDAP server.
It can connect to a LDAP server given the server address, TLD and domain.
The class can authenticate an user given his user name and password.
It can also retrieve other user account details like the full name, e-mail address, contacts in the phone book, group membership, etc..
| by Manuel Lemos 26695 - 9 years ago (2016-01-01) Comment
This class performs both operations: authenticate users using LDAP and retrieve user information details. |