mod_mldap

mod_mldap is a simple LDAP authentication module for Apache 2.
Download

mod_mldap Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • A. Wik
  • Publisher web site:
  • ftp://vax.narpes.com/users/aw/unix/apache2

mod_mldap Tags


mod_mldap Description

mod_mldap is a simple LDAP authentication module for Apache 2. mod_mldap is a simple LDAP authentication module for Apache 2.Quick installtion of the dynamic module: As root, run: make install It may be necessary to edit the include and APXS paths in the Makefile.Config options: * MLDAP_URL LDAP URL. * MLDAP_userAttr LDAP user name attibute. The default is "uid". * MLDAP_pwAttr LDAP encrypted password attribute. Default "UserPassword". * MLDAP_logLevel Set to 1000 or above for debug messages. The default is 0 (only error messages). * MLDAP_Authoritative Set to "Off" to pass control to other authentication modules if authentication fails. Default is "On".Example (.htaccess): AuthType Basic AuthName TopSecret MLDAP_URL ldap://127.0.0.1/dc=narpes,dc=com??sub?(objectClass=uidObject) Require valid-user Requirements: · OpenLDAP or equivalent · Apache 2.x


mod_mldap Related Software