summaryrefslogtreecommitdiffstats
path: root/tests/auth-socache.conf
blob: 9d35f2ca78a231b58766f8f7e797012abd268f39 (plain)
1
2
3
4
5
6
7
8
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>