Re: [cas-user] CAS has to be restarted after losing database connection

2014-03-03 Thread Curtis Ruck
You should set the validationQuery on the datasource. http://commons.apache.org/proper/commons-dbcp/api-1.3/org/apache/commons/dbcp/BasicDataSource.html#validationQuery -- You are currently subscribed to cas-user@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or ac

Re: [cas-user] Cross-Origin Resource Sharing

2013-04-11 Thread Curtis Ruck
I've found the best mechanism for this is placing a remote proxy between applications (including CAS) and the users. -- Curtis Ruck Anytime: 210-857-1126 On Thu, Apr 11, 2013 at 7:10 PM, Venkat wrote: > Hi > > We are trying use CAS REST API to get TGT and service ticket. > We

Re: [cas-user] LDAP packaging error

2013-03-24 Thread Curtis Ruck
Most likely your missing 3.5.2 >From your pom.xml -- Curtis Ruck Anytime: 210-857-1126 On Sun, Mar 24, 2013 at 9:33 AM, Lee Moore wrote: > First off, I am completely new to CAS and Maven. After adding the > dependency directive for cas-server-support-ldap indicat

Re: [cas-user] CAS authentication and authorization ?

2013-03-14 Thread Curtis Ruck
tions implement additional servlet filters to check the role attribute, other applications implement additional logic using the UserPrincipal.isUserInRole function. -- Curtis Ruck Anytime: 210-857-1126 On Thu, Mar 14, 2013 at 10:39 AM, Lê, Hà Hong Viêt wrote: > Hello, > > ** ** > > We

Re: [cas-user] cas client properties

2013-03-12 Thread Curtis Ruck
e tomcat though. You may also look at using Tomcat Container Authentication ( https://wiki.jasig.org/display/CASC/Tomcat+Container+Authentication) as an alternative method. -- Curtis Ruck Anytime: 210-857-1126 On Tue, Mar 12, 2013 at 7:17 PM, Karl Nielsen wrote: > I was looking at the dif

Re: [cas-user] Monitoring CASified applications

2013-01-14 Thread Curtis Ruck
So our status pages require authentication (and have an additional authorization layer that uses cas's saml attributes). I don't understand how the gateway feature would help in this case. -- Curtis Ruck Anytime: 210-857-1126 On Mon, Jan 14, 2013 at 4:03 PM, Marvin Addison wrote