What is the best PHP ldap authentication class? #ldap authentication
Edit
by houssamasaad - 9 years ago (2015-10-28)
Authenticate users with LDAP
| I would like to use LDAP to login users in a Web site. How can I do this? |
Ask clarification
1 Recommendation
AuthLdap: Simple LDAP Authentication and user access class
AuthLdap is a LDAP authentication and user management class for PHP. It provides a mechanism for easily authenticating users against an LDAP database, as well as extracting information, changing passwords and the like. It's not intended to be a full-blown all singing, all dancing LDAP access class - rather, it performs a few basic, frequently used functions.
| by Manuel Lemos 26695 - 9 years ago (2015-11-05) Comment
This seems to be an old but good class that authenticate users using an LDAP server.
It can even allow you to change the user password if you need to. |