summaryrefslogtreecommitdiffstats
path: root/tests/auth-socache.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auth-socache.conf')
-rw-r--r--tests/auth-socache.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auth-socache.conf b/tests/auth-socache.conf
new file mode 100644
index 0000000..9d35f2c
--- /dev/null
+++ b/tests/auth-socache.conf
@@ -0,0 +1,9 @@
+
+LoadModule authn_socache_module modules/mod_authn_socache.so
+
+ScriptAlias /authn-cached /var/www/cgi-bin/auth.cgi
+<Location /authn-cached>
+ AuthBasicProvider socache PAM
+ AuthnCacheProvideFor PAM
+ AuthnCacheTimeout 10
+</Location>