]> git.pld-linux.org Git - packages/apache-mod_auth_cas.git/blame - apache-mod_auth_cas.conf
- BR: openssl-devel
[packages/apache-mod_auth_cas.git] / apache-mod_auth_cas.conf
CommitLineData
607d6638 1LoadModule auth_cas_module modules/mod_auth_cas.so
2
3<IfModule mod_cas.c>
4# CASLocalCacheInsecure On
5# CASLocalCacheFile /tmp/CAScache
6# CASTrustedCACert /path/to/your/cert
7# CASLoginURL https://
8# CASHost auth.univ.fr
9# CASPort 443
10# CASValidate /validate
11 # CASDebug on
12</IfModule>
13
14#<Directory /some/directory>
15# <IfModule mod_cas.c>
16# AuthType CAS
17# AuthName "enter your password"
18# Require valid-user
19# </IfModule>
20#</Directory>
This page took 0.055142 seconds and 4 git commands to generate.