资 源 简 介
Adding LDAP AuthN and AuthZ in PHP applications is a very easy thing with LDAPAuthPHP.
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)
An usage example (there are a lot of different ways):
```
文 件 列 表
ldap.access.log
LdapAuth.inc.php
LdapLoginReceiver.inc.php
LdapStandaloneBasicAuthPageProtector.inc.php
LdapStandaloneBasicAuthPageProtectorUnsecure.inc.php
LdapStandalonePageProtector.inc.php
LdapStandalonePageProtectorUnsecure.inc.php