Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > ec4b36a8ec32b9d398be64dba698ee48 > files > 1

mod_authz_ldap-0.26-11.el5.x86_64.rpm

#
# mod_authz_ldap can be used to implement access control and 
# authenticate users against an LDAP database.
# 

LoadModule authz_ldap_module modules/mod_authz_ldap.so

<IfModule mod_authz_ldap.c>

#   <Location /private>
#      AuthzLDAPEngine on
#    
#      AuthzLDAPServer localhost
#      AuthzLDAPUserBase ou=People,dc=example,dc=com
#      AuthzLDAPUserKey uid
#      AuthzLDAPUserScope base
#
#      AuthType basic
#      AuthName "ldap@example.com"
#      require valid-user
#
#   </Location>

</IfModule>