]> git.pld-linux.org Git - packages/apache-mod_auth_cas.git/commitdiff
- sample
authorshadzik <shadzik@pld-linux.org>
Tue, 20 Jan 2009 17:26:08 +0000 (17:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_auth_cas.conf -> 1.1

apache-mod_auth_cas.conf [new file with mode: 0644]

diff --git a/apache-mod_auth_cas.conf b/apache-mod_auth_cas.conf
new file mode 100644 (file)
index 0000000..fd9536a
--- /dev/null
@@ -0,0 +1,20 @@
+LoadModule auth_cas_module modules/mod_auth_cas.so
+
+<IfModule mod_cas.c>
+#   CASLocalCacheInsecure On
+#   CASLocalCacheFile /tmp/CAScache
+#   CASTrustedCACert /path/to/your/cert
+#   CASLoginURL https://
+#   CASHost auth.univ.fr
+#   CASPort 443
+#   CASValidate /validate
+   # CASDebug on
+</IfModule>
+
+#<Directory /some/directory>
+#  <IfModule mod_cas.c>
+#    AuthType CAS
+#    AuthName "enter your password"
+#    Require valid-user
+#  </IfModule>
+#</Directory>
This page took 0.080789 seconds and 4 git commands to generate.