summaryrefslogtreecommitdiffstats
path: root/mod_auth_shadow.conf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-06-13 18:43:31 +0200
committerRemi Collet <fedora@famillecollet.com>2012-06-13 18:43:31 +0200
commit2ab92ad3f74f5288d21d97bc0747a27b430fb6dd (patch)
tree59067448377dab9ad86e12ecccb08ab255415b72 /mod_auth_shadow.conf
reorg repoHEADmaster
Diffstat (limited to 'mod_auth_shadow.conf')
-rw-r--r--mod_auth_shadow.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/mod_auth_shadow.conf b/mod_auth_shadow.conf
new file mode 100644
index 0000000..f375144
--- /dev/null
+++ b/mod_auth_shadow.conf
@@ -0,0 +1,8 @@
+LoadModule auth_shadow_module modules/mod_auth_shadow.so
+
+# <Location /test>
+# AuthType Basic
+# AuthName WhateverAuthnameYouWant
+# AuthShadow on
+# require valid-user
+# </Location>