Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > 60349dc6a89bd771181654bdb9965d07 > files > 1

apache-mod_authz_ldap-0.28-4.src.rpm

<IfDefine HAVE_AUTHZ_LDAP>
    <IfModule !mod_authz_ldap.c>
	LoadModule authz_ldap_module	extramodules/mod_authz_ldap.so
    </IfModule>
</IfDefine>

<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>