apache-config-devel/mods-available/ldap.conf

8 lines
143 B
Plaintext
Raw Permalink Normal View History

# Depends: authz_host
<Location /ldap-status>
SetHandler ldap-status
Require local
</Location>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet