]> git.pld-linux.org Git - packages/apache-mod_auth_cas.git/blob - apache-mod_auth_cas.conf
- more temp s*its removed
[packages/apache-mod_auth_cas.git] / apache-mod_auth_cas.conf
1 LoadModule 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.033456 seconds and 3 git commands to generate.