mod_auth_cas-1.0.6 released
Srikar Kummamuri
skummamuri at agentrics.com
Wed Jan 9 14:18:01 EST 2008
Sorry about that. I got it. It was my fault. The load module was having
duplicates. Now I am able to get redirected to CAS Server.
Thanks for the new mod_auth_cas. It really makes it easy to develop on
windows.
..Srikar
________________________________
From: Srikar Kummamuri
Sent: Wednesday, January 09, 2008 2:02 PM
To: 'cas at tp.its.yale.edu'
Subject: RE:mod_auth_cas-1.0.6 released
I followed all the steps given in the readme.win32 file and compiled the
DLL file successfully. After placing the DLL file in the modules and
loading it in the httpd.conf file, I am getting the error saying that,
configuration error: couldn't check user. No user file?: /secured/
My .H file has got following.
define CAS_DEFAULT_VERSION 2
#define CAS_DEFAULT_DEBUG FALSE
#define CAS_DEFAULT_SCOPE NULL
#define CAS_DEFAULT_RENEW NULL
#define CAS_DEFAULT_GATEWAY NULL
#define CAS_DEFAULT_VALIDATE_SERVER 1
#define CAS_DEFAULT_VALIDATE_DEPTH 9
#define CAS_DEFAULT_ALLOW_WILDCARD_CERT 0
#define CAS_DEFAULT_CA_PATH "C:/ssl/certs/"
#define CAS_DEFAULT_COOKIE_PATH "C:/ssl/cookie/"
#define CAS_DEFAULT_LOGIN_URL
"https://alx-dev-wrk04.wwre.org:8444/cas-server-webapp-3.1.1/login"
#define CAS_DEFAULT_VALIDATE_V1_URL
"https://alx-dev-wrk04.wwre.org:8444/cas-server-webapp-3.1.1/serviceVali
date"
#define CAS_DEFAULT_VALIDATE_V2_URL
"https://alx-dev-wrk04.wwre.org:8444/cas-server-webapp-3.1.1/serviceVali
date"
#define CAS_DEFAULT_VALIDATE_URL CAS_DEFAULT_VALIDATE_V2_URL
#define CAS_DEFAULT_PROXY_VALIDATE_URL
"https://alx-dev-wrk04.wwre.org:8444/cas-server-webapp-3.1.1/proxyValida
te"
#define CAS_DEFAULT_COOKIE_ENTROPY 32
#define CAS_DEFAULT_COOKIE_TIMEOUT 7200 /* 2 hours */
#define CAS_DEFAULT_COOKIE_IDLE_TIMEOUT 3600 /* 1 hour */
#define CAS_DEFAULT_CACHE_CLEAN_INTERVAL 1800 /* 30 minutes */
#define CAS_DEFAULT_COOKIE "MOD_AUTH_CAS"
#define CAS_DEFAULT_SCOOKIE "MOD_AUTH_CAS_S"
#define CAS_DEFAULT_GATEWAY_COOKIE "MOD_CAS_G"
#define CAS_DEFAULT_AUTHN_HEADER NULL
My httpd.conf file has got
LoadModule auth_module modules/mod_auth_cas.dll
<Location /secured >
AuthType CAS
Require valid-user
</Location>
I thought DLL should redirect the used to given CAS URL from the above
/secured block. Where did I go wrong???
..Srikar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20080109/7d913eed/attachment.html
More information about the cas
mailing list