SOURCES: apache-mod_auth_cas.conf (NEW) - sample

shadzik shadzik at pld-linux.org
Tue Jan 20 18:26:14 CET 2009


Author: shadzik                      Date: Tue Jan 20 17:26:14 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- sample

---- Files affected:
SOURCES:
   apache-mod_auth_cas.conf (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/apache-mod_auth_cas.conf
diff -u /dev/null SOURCES/apache-mod_auth_cas.conf:1.1
--- /dev/null	Tue Jan 20 18:26:15 2009
+++ SOURCES/apache-mod_auth_cas.conf	Tue Jan 20 18:26:08 2009
@@ -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>
================================================================


More information about the pld-cvs-commit mailing list