Apache::AuthenLDAP

mod_perl LDAP Authentication Module
Download

Apache::AuthenLDAP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • IBM Public License
  • Price:
  • FREE
  • Publisher Name:
  • Christian Gilmore
  • Publisher web site:
  • http://search.cpan.org/~cgilmore/

Apache::AuthenLDAP Tags


Apache::AuthenLDAP Description

mod_perl LDAP Authentication Module Apache::AuthenLDAP is a Perl module designed to work with mod_perl and Net::LDAP. This module authenticates a user against an LDAP backend. It can be combined with Apache::AuthzLDAP to provide LDAP authorization as well.SYNOPSIS < Directory /foo/bar > # Authentication Realm and Type (only Basic supported) AuthName "Foo Bar Authentication" AuthType Basic # Any of the following variables can be set. # Defaults are listed to the right. PerlSetVar AuthenBaseDN o=Foo,c=Bar # Default: Empty String ("") PerlSetVar AuthenLDAPServer ldap.foo.com # Default: localhost PerlSetVar AuthenLDAPPort 389 # Default: 389 (standard LDAP port) PerlSetVar AuthenUidattrType userid # Default: uid PerlAuthenHandler Apache::AuthenLDAP require valid-user # Any Valid LDAP User # Matching Attribute and Value < /Directory > Requirements: · Perl


Apache::AuthenLDAP Related Software