PHP中LDAP身份验证库-LDAPAuthPHP
2010-10-30 17:30:59 阿炯

LDAPAuthPHP 用来在 PHP 程序中执行 LDAP 身份验证。

Adding LDAP AuthN and AuthZ in PHP applications is a very easy thing with LDAPAuthPHP.A little API to easly implement LDAP authentication into PHP applications.

Features
* Load balancing and HA beetween multiple LDAP servers
* HTML Standalone Page Protector (if you are lazy you don’t need to write a login form)
* BasicAuth Standalone Page Protector (wanna LDAP-protect an RSS feed?)
* Custom attribute fetching (for AuthZ)
* Configurable ldap2Session attribute mapping (LDAP Attr -> PHP Session Attr)
* Access logging (to be improved and localized)

最新版本:1.0


项目主页:http://code.google.com/p/ldap-auth-php/