• Home
  • Popular Downloads
  • Contact Us
  • Submit

Softpile

Free Downloads

Main Navigation
  • Home
  • Windows
  • Mac OS X
  • Business
  • Desktop
  • Development
  • Education
  • Games
  • Internet
  • Multimedia
  • Utilities
Home » Linux » Apache::AuthzNetLDAP

Apache::AuthzNetLDAP

June 17, 2009
Apache-Perl module that enables you to authorize a user for Website based on LDAP attributes
Version: 0.07
License: Perl Artistic License
Operating System: Linux
Homepage: search.cpan.org
Developed by: Shannon Eric Peevey
Apache::AuthzNetLDAP is a Perl module that enables you to authorize a user for Website based on LDAP attributes.

SYNOPSIS

 PerlSetVar BindDN "cn=Directory Manager"
 PerlSetVar BindPWD "password"
 PerlSetVar BaseDN "ou=people,o=unt.edu"
 PerlSetVar LDAPServer ldap.unt.edu
 PerlSetVar LDAPPort 389
 PerlSetVar UIDAttr uid
 #PerlSetVar UIDAttr mail
 
 PerlAuthenHandler Apache::AuthNetLDAP
 PerlAuthzHandler Apache::AuthzNetLDAP
 
 #require valid-user
 #require user mewilcox
 #require user mewilcox@venus.acs.unt.edu
 #require group "cn=Peoplebrowsers1,ou=UNTGroups,ou=People, o=unt.edu"
 #require ldap-url ldap://pandora.acs.unt.edu/o=unt.edu??sub?sn=wilcox
 #require ldap-url ldap://pandora.acs.unt.edu/o=unt.edu??sub?sn=smith
 #require ldap-url ldap://castor.acs.unt.edu/ou=people,o=unt.edu??sub?untcourse=
untcoursenumber=1999CCOMM2040001,ou=courses,ou=acad,o=unt.edu

After you have authenticated a user (perhaps with Apache::AuthNetLDAP you can use this module to determine whether they are authorized to access the Web resource under this modules control.

You can control authorization via one of four methods. The first two are pretty standard, the second two are unique to LDAP.

"require" options --

user -> Will authorize access if the authenticated user's username.

valid-user -> Will authorize any authenticated user.

group -> Will authorize any authenticated user who is a member of the LDAP group specified by groupdn. This module supports groupOfMember, groupOfUniquemember and Netscape's dynamic group object classes.

ldap-url -> This will authorize any authenticated user who matches the query specified in the given LDAP URL. This is enables users to get the flexibility of Netscape's dynamic groups, even if their LDAP server does not support such a capability.
apache ldap ldap attributes perl perl module website authorization
Free Download 6K
0
  • Share on:

Apache::AuthzNetLDAP User Reviews

Sponsored

Categories

  • Linux

Related Downloads

Archive::Extract
A generic archive extracting mechanism
Net::XMPP2::IM::Contact
Instant messaging roster contact
Net::SNMP::XS
Speed up Net::SNMP by decoding in XS, with limitations
Class::LazyLoad::Functions
A simple Perl module
Apache::ForwardedFor
Re-set remote_ip to incoming client's ip when running mod_perl behind a reverse ...
Copyright © 1999-2017 Softpile Free Downloads
  • Contact Us
  • Submit
  • Privacy Policy
  • Disclaimer
  • Terms of Use