Re: [cas-user] CAS 5 Connect to JDBC for Authentication

2016-08-03 Thread Misagh Moayyed
Well, your other error about logs went away. So something’s up with permissions and/or tomcat that reads them perhaps. If you want to get db authn working, it’s not enough to simply include the properties. You’ll also need to declare the relevant module to express your intention. Your overlay

Re: [cas-user] CAS 5 Connect to JDBC for Authentication

2016-08-03 Thread Misagh Moayyed
Cant duplicate. I’ll blame permissions, or tomcat. What happens when you run "./build.sh run”?  --  Misagh From: Loren Klingman Reply: Loren Klingman Date: August 3, 2016 at 1:13:05 PM To: CAS Community Cc: 

Re: [cas-user] CAS 5 Connect to JDBC for Authentication

2016-08-03 Thread Loren Klingman
Reposting because I failed to post the last reply publically. Thanks, I've changed the cas.properties file as you requested. That line is actually exactly out of the overlay template on github ( https://github.com/apereo/cas-overlay-template/blob/5.0/etc/cas/config/cas.properties) so if it's

Re: [cas-user] Error with auditTrailContext.xml

2016-08-03 Thread Misagh Moayyed
No. It’s not something you’d “do”. Your handler is not your source. Your source is the database, and the database(likely, I don’t know for sure) has no way of blocking an account on X number of failed attempts. Lots of “it depends” there.  So your best method of discourse would be to use

Re: [cas-user] CAS 5 Connect to JDBC for Authentication

2016-08-03 Thread Misagh Moayyed
Got an overlay you can share?  --  Misagh From: Loren Klingman Reply: Loren Klingman Date: August 3, 2016 at 12:27:18 PM To: CAS Community Subject:  [cas-user] CAS 5 Connect to JDBC for Authentication I'm excited to

Re: [cas-user] Error with auditTrailContext.xml

2016-08-03 Thread Misagh Moayyed
That’s better handled by your authentication source, if it supports that, or via throttling. Not via audits.  --  Misagh From: carlos maddaleno cuellar Reply: carlos maddaleno cuellar Date: August 3, 2016 at 12:09:35 PM To: Misagh

[cas-user] CAS 5 Connect to JDBC for Authentication

2016-08-03 Thread Loren Klingman
I'm excited to start working with CAS 5 and setup all in the config file, but I'm having issues getting switched over to auth in the database. (IE casuser/Mellon is still the only login that works to login.) I've been trying to work slowly changing only what I need to at the time so I don't

Re: [cas-user] Re: Cas multiple service tickets created and multiple tickets failed validation for same user

2016-08-03 Thread John Stevens II
Ray/Misagh, I thought of that when I was out to lunch and checked the servers just now and there was a 10+ second time difference on server 1. I corrected it and removed the 30 st ttyl I set in cas.properties, restarted and now everything is working. Going to monitor the servers and will

[cas-user] Error with auditTrailContext.xml

2016-08-03 Thread carlos maddaleno cuellar
Hi im having a problem with auditTrailContext.xml i have it under my spring-configuration im using cas 4.2.3 the error says this org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'assertionAsReturnValuePrincipalResolver' defined in URL

Re: [cas-user] Re: Cas multiple service tickets created and multiple tickets failed validation for same user

2016-08-03 Thread Ray Bon
John, Your service ticket is not 'immediately invalidated'. It seems unlikely your client takes so long to request st validation. It looks like it sends you back to CAS multiple times (5 times in 400 ms), then there is a 14 s delay before your client attempts to validate the tickets. Could the

[cas-user] Re: Cas multiple service tickets created and multiple tickets failed validation for same user

2016-08-03 Thread Misagh Moayyed
Your tickets are not immediately invalidated. You have ST-68-YJvyjEaYZCeKhFhHxet1-cas1.example.com issued at 14:35:07. When you trace the corresponding validation event, you see that request is received at 14:35:22. 22-7=15. 15 is greater than the default 10. Ergo... Since your nodes are