Re: [cas-user] About ticket caching and properties handing in CAS 6.2

2020-12-25 Thread Andy Ng
Hi Sobhen, 1. Not sure what you mean, maybe this page can help you? https://apereo.github.io/cas/6.2.x/configuration/Configuration-Server-Management.html 2. I never saw.that error before, sorry won't be able to give any insight. BTW, since you are asking different questions, you might get

Re: [cas-user] About ticket caching and properties handing in CAS 6.2

2020-12-25 Thread Rakesh K M
Thanks a lot Andy. We followed the 3rd option and able to make it work. :) I do have couple of questions, as we didn't any solution for these. Please provide some lights on these. 1. Is there anyway to get the ldap url from Catelina.properite file for an external tomcat server? As the

Re: [cas-user] About ticket caching and properties handing in CAS 6.2

2020-12-22 Thread Andy Ng
Hi Sobhen, Would like to know more about your setup first, see if the below correctly describe your setup: - You setup your properties in: https://apereo.github.io/cas/6.1.x/configuration/Configuration-Properties.html#ldap-authentication - You extend the LdapAutheticationHandler and make your

Re: [cas-user] About ticket caching and properties handing in CAS 6.2

2020-12-19 Thread Rakesh K M
Hi Ray, Thank you very much. It helps. I had the following issue. Not sure, I am following the right way. Can you please provide your guidance? I written a custom LdapAutheticationHandler in my code base and when the authentication is success, the custom authenticator is working fine. But, if

Re: [cas-user] About ticket caching and properties handing in CAS 6.2

2020-12-18 Thread Ray Bon
Rakesh, 1. There are a number of options for caching, https://apereo.github.io/cas/6.2.x/ticketing/Configuring-Ticketing-Components.html. Your choice will depend on what you already have (software and human), and how you configure you cas cluster. I have worked with ehcache and hazelcast.

[cas-user] About ticket caching and properties handing in CAS 6.2

2020-12-17 Thread Rakesh K M
Hi all, I worked on migration of CAS 3 to 6 version. I have couple questions 1. We were using JBOSS Cache based ticket caching and I can see those are depreciated in the latest version. Is there any direct alternative for this rather than using any kind of database for this? I found ehcache