Upstream config updates (Lucid->Precise)
[sysconfig/apache2.git] / mods-available / ldap.conf
diff --git a/mods-available/ldap.conf b/mods-available/ldap.conf
new file mode 100644 (file)
index 0000000..6d3b6d1
--- /dev/null
@@ -0,0 +1,8 @@
+<Location /ldap-status>
+    SetHandler ldap-status
+    Order deny,allow
+    Deny from all
+    Allow from 127.0.0.1 ::1
+#    Allow from 192.0.2.0/24
+    Satisfy all
+</Location>