close
Warning:
Can't synchronize with repository "(default)" (/data/svn does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
May 2, 2012 10:13:23 AM (11 years ago)
- Author:
-
brose
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
150 | 150 | Now, you can set up a client mod_auth_cas. Something that works looks like: |
151 | 151 | {{{ |
152 | | CASDebug On |
153 | | CASValidateServer Off |
| 152 | # Uncomment for testing. Never leave these uncommented in production. |
| 153 | # CASDebug On |
| 154 | # CASValidateServer Off |
| 155 | |
154 | 156 | CASLoginURL https://signon.example.com/login |
155 | 157 | CASValidateURL https://signon.example.com/serviceValidate |