[cas-user] ClearPass from CGI

2011-10-26 Thread Joel Goguen
I'm trying to figure out how to fetch a user's credentials from clearPass from a CGI script. Currently, this CGI script is behind a CAS-authenticated directory (using mod_auth_cas in Apache) but that could change if needed. I'm trying to use the Perl AuthCAS module, but I'm not having much luck

Re: [cas-user] org.springframework.webflow.execution FAILED

2011-10-26 Thread Marvin Addison
java.lang.NullPointerException        at com.github.inspektr.audit.AuditTrailManagementAspect.executeAuditCode(AuditTrailManagementAspect.java:147) Probably a Spring wiring problem. Can you share the Spring configuration around the AuditTrailManagementAspect bean? M -- You are currently

Re: [cas-user] JpaTicketRegistery DB Connection Pooling

2011-10-26 Thread Marvin Addison
1. Do you have any recommendations on the c3p0 config parameters? I added our prod pool config to https://wiki.jasig.org/display/CASUM/JpaTicketRegistry for you benefit as well as others. It's come up before. 2. I'm assuming those parameters (${database.pool.minSize}, etc) will go into

[cas-user] CAS Issuing Multiple Service Tickets - Client Gets Redirect Error

2011-10-26 Thread Matt Mencel
We're having an issue here with CAS. It's currently running in front of our Zimbra email systems. A user attempts to browse to the Zimbra web UI, logs in through CAS, and gets an error in their browser saying too many redirects. In the CAS logs (Catalina.out) we see that CAS at times is

Re: [cas-user] org.springframework.webflow.execution FAILED

2011-10-26 Thread Alexandre Adao
Here is my pom.xml file and my auditTrailContext.xml file. ?xml version=1.0 encoding=UTF-8? !-- | deployerConfigContext.xml centralizes into one file some of the declarative configuration that | all CAS deployers will need to modify. | | This file declares some of

[cas-user] CAS WAR Overlay method: no responses after submission

2011-10-26 Thread Misagh Moayyed
Hello, Following the WAR overlay method instructions to setup the cas server, I seem to have run into issues with versions 3.4.9 and 3.4.10 . What happens is, no matter which set of user/password entries I submit, (regardless of whether CAS is configured with

Re: [cas-user] CAS WAR Overlay method: no responses after submission

2011-10-26 Thread Tillinghast, Andrew P.
Check the log4j.xml settings in both the 3.4.9 build and the 3.4.10 build. The logging settings that are set be default might be different. In your overlay it's good to have a log4j.xml file with most of the logging set to info or debug until you have your deploy working. -Andrew On Oct 26,

Re: [cas-user] cas not available

2011-10-26 Thread Jared Hoover
On 10/26/2011 05:18 AM, Christophe Durand wrote: Hello, since a couple of weeks our cas goes unavailable at random times. I checked the catalina.out logfile and confirmed that the Tomcat service stays online. In the logfile I see the entries below at the moments when cas isn't available (not

RE:[cas-user] CAS WAR Overlay method: no responses after submission

2011-10-26 Thread Misagh Moayyed
Just an update: I was using tomcat 6.0.33 to deploy the cas-server. Switching to the latest version (7.0.22) fixes the issue below. I have updated the wiki to reflect the version changes. Misagh From: Misagh Moayyed [mailto:mmoay...@asu.edu] Sent: Wednesday, October 26, 2011 10:04

Re: [cas-user] cas not available

2011-10-26 Thread Tillinghast, Andrew P.
If you can provide more info we may be able to help. What version of CAS? What version of Tomcat? What are you using for Ticket Registry? Are you running a clustered CAS deployment or a single server? Have you tried setting the debug settings to Info or Debug? Try adding this section to

Re: [cas-user] CAS WAR Overlay method: no responses after submission

2011-10-26 Thread Marvin Addison
I was using tomcat 6.0.33 to deploy the cas-server. Switching to the latest version (7.0.22) fixes the issue below. I'm doubtful the tomcat version per se has anything to do with the problem you reported. M -- You are currently subscribed to cas-user@lists.jasig.org as:

Re: [cas-user] CAS Issuing Multiple Service Tickets - Client Gets Redirect Error

2011-10-26 Thread Scott Battaglia
Typically it means the client is misconfigured. Can you post your configuration? On Wed, Oct 26, 2011 at 10:26 AM, Matt Mencel mr-men...@wiu.edu wrote: We're having an issue here with CAS. It's currently running in front of our Zimbra email systems. A user attempts to browse to the Zimbra