[cas-user] Re: Cas 3.5.2 audit in database

2016-08-23 Thread mostafa . tabal
i attached file contains sql commands بتاريخ الثلاثاء، 23 أغسطس، 2016 3:41:37 م UTC+3، كتب mostaf...@zabatak.com: > > Dears, > i want to make the audit log which user logged in or logout date and time > inserted into database > audit like:- > > WHO: [username: usernameWHAT: > TGT-2-HaGdPZMyiZK

Re: [cas-user] What are the exact steps to configure CAS 5.0.0 RC1 to use LDAP?

2016-08-23 Thread Sascha Müller
Ok. So here's a full rundown of what I've done so far including config files and log. Hope that helps. First of all I've cloned the repository of the CAS war overlay and switched to branch 5.0. Then I've generated a certificate (thekeystore) and put it into '/etc/cas/'. When I run cas, https se

Re: [cas-user] What are the exact steps to configure CAS 5.0.0 RC1 to use LDAP?

2016-08-23 Thread Misagh Moayyed
Without knowing what you have so far, it’s very difficult to say. Either you have misplaced the configuration, or you have misdefined the property keys. --  Misagh From: Sascha Müller Reply: Sascha Müller Date: August 23, 2016 at 7:59:31 AM To: CAS Community Subject:  [cas-user] What are the

Re: [cas-user] After a month, no tickets created in 4.2.2?

2016-08-23 Thread Misagh Moayyed
Cool. Thanks for the report. I can run some tests on this, and it would be more reassuring if you were to switch to 4.2.5-SNAPSHOT and test the latest patch that William has put together that handles this sort of thing.  If the problem persists, we could further review it before the official 4.2

Re: [cas-user] After a month, no tickets created in 4.2.2?

2016-08-23 Thread Jeffrey Wong
Also to note, switching to JPA under the same circumstances, I can confirm that all 10 tickets are consistently reporting in as cleaned (ran over multiple tests). Definitely seems like there's something strange with the in memory ticketing cleaner. On Tuesday, August 23, 2016 at 2:04:51 PM UTC-

Re: [cas-user] After a month, no tickets created in 4.2.2?

2016-08-23 Thread Jeffrey Wong
Ah, looks to be that the PT fix won't affect my issues then - Let me clarify how I'm doing my testing in that case: I'm creating a new session (new cookie map) with every login, over the same user. I'm scraping the lt, execution, and _eventId off of the initial payload, and making a post reques

Re: [cas-user] ADFS and CAS Issue

2016-08-23 Thread Tuấn Vũ Anh
I have same error, i imported ADFS signing.cer to keystore and configure certificate file to ADFS (C:/Keystore/signing.cer). Please help me and thank every help or idea help solved this error (sorry, i speak english not well). Vào 02:39:00 UTC+7 Thứ Sáu, ngày 08 tháng 4 năm 2016, david.abney đã

Re: [cas-user] Possible Bug With Proxy Tickets In CAS 5.0.0.RC1-SNAPSHOT

2016-08-23 Thread William
Misagh, I really hope this is not an issue and maybe something strange with my test. I did open an issue: https://github.com/apereo/cas/issues/1966 I will continue to troubleshoot this and see what I can find. Thanks, Bill Crowell On Tuesday, August 23, 2016 at 9:49:18 AM UTC-4, Misagh Moayye

[cas-user] What are the exact steps to configure CAS 5.0.0 RC1 to use LDAP?

2016-08-23 Thread Sascha Müller
Hey everybody, I tried to configure LDAP login through CAS 5.0.0 RC1 for more or less 4 days now. As far as I understand the documentation, all I have to do is: - add the dependency *cas-server-support-ldap* to my pom.xml and - configure ldap support via cas.properties (like url, baseDn e

Re: [cas-user] Possible Bug With Proxy Tickets In CAS 5.0.0.RC1-SNAPSHOT

2016-08-23 Thread Misagh Moayyed
I “might" know what the issue may be. Your final validation event is not failing because of expiration policies. That bit is fine. Your test is also fine. It’s failing afterwards where the validation spec does not allow use of proxies. Go ahead and submit an issue. Possible bean injection proble

Re: [cas-user] Possible Bug With Proxy Tickets In CAS 5.0.0.RC1-SNAPSHOT

2016-08-23 Thread William
Misagh, It could be an issue with the test, but it would seem that the same test would fail in CAS 4.2.x. Here is the sequence of steps: 1) Post a user name and password to /cas/v1/tickets and get a Ticket Granting Ticket. 2) Post the Ticket Granting Ticket and registered service you want to

Re: [cas-user] Cas 3.5.2 audit in database

2016-08-23 Thread Alex Olson
You would need to put something this in your spring configuration somewhere. If you have an auditTrailContext.xml, put it there: You'll need to make sure dataSource is defined in your context somewhere and is a valid JDBC datasource. On Tue, Aug 23, 2016

[cas-user] Cas 3.5.2 audit in database

2016-08-23 Thread mostafa . tabal
Dears, i want to make the audit log which user logged in or logout date and time inserted into database audit like:- WHO: [username: usernameWHAT: TGT-2-HaGdPZMyiZKcdtOiy7wEx5S5H7JbR3VxaAw4T114s5T69TccwG-xxx.yyy.zzz.com

Re: [cas-user] [Cas][SAML2] Decoding issue

2016-08-23 Thread Dmitriy Kopylenko
Would you please file an issue with steps describing how to reproduce the error accompanied with your overlay posted here: https://github.com/cas-projects/cas-issues Thanks, D. > On Aug 23, 2016, at 7:50 AM, Tanna wrote: > > Hi, > > I'm testing C

[cas-user] [Cas][SAML2] Decoding issue

2016-08-23 Thread Tanna
Hi, I'm testing CAS 5.0.0 RC1 SNAPSHOT as an Identity Provider with SAML2. Actually I encounter the following issue : CAS didn't manage to decode the SAML request from the SP (other SAML IdP manage to decode the request). I got the following stackTrace : 2016-08-23 09:21:43,940 ERROR [ErrorPage