Re: [cas-user] Re: Custom Authentication Handler in version 5.0.0

2016-11-29 Thread Raghavendra Chary B
Please check here https://github.com/charybr/cas5-cassandra-athentication/blob/master/CassandraAuthenticationHandler.java I will add sample project later. On Tuesday, 29 November 2016 20:49:34 UTC+5:30, Misagh Moayyed wrote: > > Do you mind sharing the source for the actual > CassandraAuthentica

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

2016-11-29 Thread Jeffrey Wong
A few updates: I managed to reproduce the original issue this week using the MergingAttributeDao method. This time I have it reproduced in a testing environment. With org.jasig.cas as debug, nothing jumps out, it just suddenly errors out (stacktrace attached at the end). I took some time today

[cas-user] Re: Gradle overlay CAS 5.0.0 + cas-server-support-ehcache-ticket-registry: some libraries are doubled in WEB-INF/lib

2016-11-29 Thread Yauheni Sidarenka
I have solved this problem. Instead of writing this ext["hikariVersion"] = "2.5.1" ext["HikariCP.version"] = ext["hikariVersion"] in the top of cas/build.gradle file, I have added this compile "com.zaxxer:HikariCP:2.5.1" to dependencies section. The solution is pretty straightforward but it s

[cas-user] Re: Gradle overlay CAS 5.0.0 + cas-server-support-ehcache-ticket-registry: some libraries are doubled in WEB-INF/lib

2016-11-29 Thread Yauheni Sidarenka
There is a partial solution for this. When I replace this line: apply from: ' https://raw.githubusercontent.com/apereo/cas/master/gradle/overrides.gradle' in cas/build.gra

RE: [cas-user] Re: Custom Authentication Handler in version 5.0.0

2016-11-29 Thread Misagh Moayyed
Do you mind sharing the source for the actual CassandraAuthenticationHandler and everything else it depends on? This somewhere on Github I can review? --Misagh From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of Raghavendra Chary B Sent: Monday, November 21, 2016 10:28 AM To

[cas-user] How to use evaluateClientRequest with the SPNEGO authentication

2016-11-29 Thread Houlala
Hello, How can I configure login workflow to use the evaluateClientRequest with SPNEGO authentication? thanks in advance -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://a