OpenLDAP Faq-O-Matic : OpenLDAP Software FAQ : Integration : How to use LDAP authentication with Apache? | |
Information about Apache HTTPd can be found at (http://httpd.apache.org/).
| |
auth_ldap (see http://www.rudedog.org/auth_ldap/) is an LDAP authentication module for Apache which aims to have excellent performance, and supports Apache on both Unix and Windows NT. It also has support for LDAP over SSL, and a mode that lets Microsoft Frontpage clients manage their web permissions while still using LDAP for authentication. It is supported by the
auth_ldap@rudedog.org mailing list.
| |
mod_authz_ldap (see http://authzldap.othello.ch/ ):
This Apache LDAP authentication/authorization module has additional support for using client certificates for authentication by using name mapping attributes.
Special features: The module also tries to do reduce LDAP connection overhead by caching a connection between requests (one per server record). mod_authz_ldap uses some functions from libraries that are only available on Unix systems, it will most probably not work on a Win32 system. There are no plans to fix this problem.
This module is supported by the authzldap@lists.othello.ch list.
| |
LDAP Auth with Apache 1.X and 2.X (mod_auth_ldap) Apache 1.X: http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap.html Apache 2.X: http://www.muquit.com/muquit/software/mod_auth_ldap/mod_auth_ldap_apache2.html | |
[Append to This Answer] |
Previous: | How can OpenLDAP be used with Oracle Pro*C? |
Next: | How can PHP4 + Apache + OpenLDAP be used together? |
|