[cas-user] How to check CAS logout?

2010-04-21 Thread Chatree Srichart
My web application be in localhost and a CAS server be in other host ( cashost.com). I need to check from localhost weather the CAS is logged out or not. How should I do? Because I can not check CASTGC cookie in cashost.com from localhost. Regards, Chatree Srichart -- You are currently

Re: [cas-user] Is this design good or bad or indifferent?

2010-04-21 Thread Marvin Addison
I guess the question is really do we care that they were authenticated already, or do we care that they used CAS to authenticate? I must admit I had some concerns about trusting other authentication methods up the chain. We sell CAS on the premise that it's more secure than typical user/pass

Re: [cas-user] Enabling LDAP Password Policy Enforcement

2010-04-21 Thread Jeff Chapin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thank you so very much. I will be looking into this ASAP. Jeff Ahsan Imam wrote: Hi Jeff, In Eclipse import the CAS source and Pwd expiration source. http://docs.codehaus.org/display/GFS/howto+import+project+into+eclipse Good source for

[cas-user] Problems with CAS 3.4.2 and Tranparent LDAP Authentication Handler

2010-04-21 Thread WST
Hello, i try to get the Tranparent LDAP Authentication working as described here: http://www.ja-sig.org/wiki/display/CASUM/Transparent+LDAP-based+Remote+Address+Authentication+Handler Until now with no success. I get the following error within cas.log (Debug): Caused by:

Re: [cas-user] Enabling LDAP Password Policy Enforcement

2010-04-21 Thread Jeff Chapin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have managed to get this working. It appears that I somehow skipped a step I had documented. Jeff Jeff Chapin wrote: Thank you so very much. I will be looking into this ASAP. Jeff Ahsan Imam wrote: Hi Jeff, In Eclipse import the

re:[cas-user] Problems with CAS 3.4.2 and Tranparent LDAP Authentication Handler

2010-04-21 Thread jon bergfeld
Any idea why i get Invalid content was found starting with element 'action' Error. I'm getting the same error while trying to configure x509 certificate authentication. i just uncommented the startAuthenticate action-state in login-webflow.xml. i'm hoping whatever is wrong will solve both

Re: [cas-user] Google Apps Integration and 3.4.2

2010-04-21 Thread Patrick Berry
You're going to want to update the login-webflow.xml with the information from http://www.ja-sig.org/issues/browse/CAS-868. Pat On Wed, Apr 21, 2010 at 12:50 PM, Hugh Eaves hlea...@vcu.edu wrote: Has anyone got Google Apps integration working with 3.4.2? I'm working on an upgrade from 3.3.1

Re: [cas-user] AW: Error in deploying out of the box cas-server-3.4.2

2010-04-21 Thread Patrick Berry
You need to configure that in the log4j.xml. On Wed, Apr 21, 2010 at 1:01 PM, aruhi aruh...@gmail.com wrote: Thanks for replying. But I dont think that is the issue as I am able to deploy all other applications successfully and even the previous version of cas 3.3.1 which i was working on

Re: [cas-user] CAS + Spring Security + IBMWebSphere + Struts2

2010-04-21 Thread Scott Battaglia
It should be part of the namespaced config: http://static.springsource.org/spring-security/site/docs/3.0.x/reference/ns-config.html#ns-session-mgmt On Wed, Apr 21, 2010 at 11:12 AM, Dean Heisey deanh...@noa.nintendo.comwrote: Hi Scott, I was going to do that this morning. Once I start

Re: [cas-user] deploying cas as casapp

2010-04-21 Thread Scott Battaglia
This may sound like a stupid question, but you changed the WAR to casapp.war? On Wed, Apr 21, 2010 at 7:24 PM, aruhi aruh...@gmail.com wrote: I am trying to deploy the cas 3.2.4 as 'casapp' instead of 'cas' in tomcat. But i keep getting 'Error 404' when I deploy it and try to access in

Re: [cas-user] How to check CAS logout?

2010-04-21 Thread Scott Battaglia
Why do you need to check if CAS has logged out or not? Application sessions are independent of CAS. On Wed, Apr 21, 2010 at 2:13 AM, Chatree Srichart chatree.srich...@gmail.com wrote: My web application be in localhost and a CAS server be in other host ( cashost.com). I need to check from