Apache::AuthNetLDAP

Apache::AuthNetLDAP is a mod_perl module that uses the Net::LDAP module for user authentication for Apache.
Download

Apache::AuthNetLDAP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark Wilcox and Shannon Eric Peevey
  • Publisher web site:
  • http://search.cpan.org/~speeves/Apache-AuthNetLDAP-0.29/AuthNetLDAP.pm

Apache::AuthNetLDAP Tags


Apache::AuthNetLDAP Description

Apache::AuthNetLDAP is a mod_perl module that uses the Net::LDAP module for user authentication for Apache. Apache::AuthNetLDAP is a mod_perl module that uses the Net::LDAP module for user authentication for Apache.SYNOPSIS AuthName "LDAP Test Auth" AuthType Basic #only set the next two if you need to bind as a user for searching #PerlSetVar BindDN "uid=user1,ou=people,o=acme.com" #optional #PerlSetVar BindPWD "password" #optional PerlSetVar BaseDN "ou=people,o=acme.com" PerlSetVar LDAPServer ldap.acme.com PerlSetVar LDAPPort 389 #PerlSetVar UIDAttr uid PerlSetVar UIDAttr mail #PerlSetVar AlternatePWAttribute alternateAttribute #PerlSetVar SearchScope base | one | sub # default is sub #PerlSetVar LDAPFilter "(&(course=CSA)(class=A))" #optional # Set if you want to encrypt communication with LDAP server # and avoid sending clear text passwords over the network PerlSetVar UseStartTLS yes | no # Set if you want to allow an alternate method of authentication PerlSetVar AllowAlternateAuth yes | no require valid-user PerlAuthenHandler Apache::AuthNetLDAP Requirements: · Perl


Apache::AuthNetLDAP Related Software