RE: [cas-user] CAS Authentication with JDBC/MySQL Failed

2010-12-09 Thread Santhanam V
AM, Santhanam V wrote: Dear Friends, I am trying to change CAS default authentication from users table in HSQL DB to MySQL Database. I have configured CAS as in https://wiki.jasig.org/display/CASUM/Configuring . My Environment Details are : Java

[cas-user] CAS Authentication with JDBC/MySQL Failed

2010-12-08 Thread Santhanam V
Dear Friends, I am trying to change CAS default authentication from users table in HSQL DB to MySQL Database. I have configured CAS as in https://wiki.jasig.org/display/CASUM/Configuring . My Environment Details are : Java = 1.6.0_22

Re: [cas-user] CASLoginModule for JAAS applications

2010-04-26 Thread Santhanam V
Dear Marvin, Thanks for your quick reply. We are using JBoss 4.0.5-GA.We applied the patch mentioned in http://www.ja-sig.org/issues/browse/CASC-108 on cas-client-3.1.10 code and build to get cas-client-integration-jboss-3.1.10.jar and cas-client-core-3.1.10.jar.We have put both

[cas-user] CASLoginModule for JAAS applications

2010-04-23 Thread Santhanam V
Dear Friends, We are trying to use CAS in a JASS enabled environment, where the EJB's can get the username of the logged in User. We are using cas-client-3.1.3 & have modified CASLoginModule.java (Attached to this mail) found in http://www.ja-sig.org/wiki/display/CASC/CASLoginM

Re: [cas-user] JBoss / EJB getCallerPrincipal().getName()

2010-03-30 Thread Santhanam V
Dear Marvin, Thanks for your reply. I am now tring to modify the CASLoginModule source (http://www.ja-sig.org/wiki/display/CASC/CASLoginModule+for+JAAS+applications) for inclusion in CAS-Client 3.1.3. If successful, we can update in the CAS wiki. . I have following quer

Re: [cas-user] JBoss / EJB getCallerPrincipal().getName()

2010-03-26 Thread Santhanam V
Dear Marvin, Thanks for your reply. We are currently using cas-client-core-3.1.3.jar. But CASLoginModule.java from http://www.ja-sig.org/wiki/display/CASC/CASLoginModule+for+JAAS+applications , uses previous version of CAS package names like "edu.yale.its.tp.cas.client.jaas" &

[cas-user] JBoss / EJB getCallerPrincipal().getName()

2010-03-25 Thread Santhanam V
Dear Friends, We have a CASsified J2EE application, where an EJB uses getCallerPrincipal().getName() to get the name of the currently logged in user. But this getCallerPrincipal().getName() always returns "anonymous" user instead of the CAS authorized username. We are using JBoss 4.0.

[cas-user] Using our own session instead of CAS's session

2009-12-20 Thread Santhanam V
Dear Friends, I am trying to CASsify our J2EE application. It seems that CAS is killing our application's session. Is there any way where we can use our application's session instead of CAS's session ? Please kindly help me in resolving this issue. Thank You :-) With Re

Re: [cas-user] CAS Application on JBoss : getUserPrincipal() is null

2009-12-05 Thread Santhanam V
Dear Marvin, Still i am not able to get the UserPrincipal. Any tips to troubleshoot the issue ? Thank You :-) With Regards Santhanam - Original Message - From: "Marvin Addison" To: Sent: Saturday, December 05, 2009 6:22 PM Subject: Re: [cas-user] CAS Application on JBo

Re: [cas-user] CAS Application on JBoss : getUserPrincipal() is null

2009-12-04 Thread Santhanam V
Dear Marvin, Thanks for your reply. I have configured org.jasig.cas.client.util.HttpServletRequestWrapperFilter as in the website. Please kindly check the attached files. Thank You :-) With Regards Santhanam - Original Message - From: "Marvin Addison" To: Sent: Thurs

[cas-user] CAS Application on JBoss : getUserPrincipal() is null

2009-12-02 Thread Santhanam V
Dear Friends, I have set up CAS server version 3.3.4 on JBoss 4.0.5-GA server.I tried out the JASIG Client SAML Saml11TicketValidationFilter example (http://www.ja-sig.org/wiki/display/CASC/JASIG+Client+SAML+Saml11TicketValidationFilter+Example). But getUserPrincipal returns null. Please