Permit access to /afs/hcoop.net/ master
authorroot <root@fritz.hcoop.net>
Mon, 31 Jan 2011 21:19:03 +0000 (16:19 -0500)
committerroot <root@fritz.hcoop.net>
Mon, 31 Jan 2011 21:19:03 +0000 (16:19 -0500)
* No reason to deny access as with /; this is world readable anyway

conf.d/hcoop-security [new file with mode: 0644]

diff --git a/conf.d/hcoop-security b/conf.d/hcoop-security
new file mode 100644 (file)
index 0000000..b63a546
--- /dev/null
@@ -0,0 +1,8 @@
+# Permit Mapping directories from afs (it is readable by the entire
+# world as it is)
+
+<Directory /afs/hcoop.net/>
+       AllowOverride None
+       Order Deny,Allow
+       Allow from all
+</Directory>
\ No newline at end of file