Upstream config updates (Lucid->Precise)
[sysconfig/apache2.git] / mods-available / ldap.conf
1 <Location /ldap-status>
2     SetHandler ldap-status
3     Order deny,allow
4     Deny from all
5     Allow from 127.0.0.1 ::1
6 #    Allow from 192.0.2.0/24
7     Satisfy all
8 </Location>