Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 53a1e2fb176c0eee73a7ad796d533610 > files > 1

apache-mod_authz_ldap-0.26-7mdv2008.0.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>