Re: [cas-user] Re: Audit logging in 7.0.x?

2024-03-06 Thread Baron Fujimoto
Ah, that was it. Mahalo nui loa! I notice that now the audit timestamps appear to be in UTC (whereas previously it reported using our local TZ). does anyone know where/how we can set this to use our local TZ again? The rest of the logs already use the local TZ for timestamps. On Wed, Mar 6, 2024

Re: [cas-user] Cas configuration properties source locator

2024-03-06 Thread Ray Bon
Mohamed, I know cas will load config so that external files have priority over embedded files. There must be some other factor in cas-management that is not in cas to upset this behaviour. Tomcat will log properties passed in on command line, so this logging needs to be turned off so secrets do

[cas-user] CAS v7.x - How to disable thekeystore

2024-03-06 Thread Jérémie Pilette
Hi everynody, I try to disable "thekeystore" becasue I want to use apache2 in front with my TLS certificate. How can I disable thekeystore please ? I have an error message when I launch the embeded app. Thank you Jérémie -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gi

[cas-user] Re: Audit logging in 7.0.x?

2024-03-06 Thread Al Faller
I had the same issue. Looks like in the early days of 7.0 there was an issue in the log4j2.xml. You need to change the name of the Logger (remove the audit.support portion of the name): On Monday, March 4, 2024 at 10:41:23 PM UTC-5 Baro

Re: [cas-user] Cas configuration properties source locator

2024-03-06 Thread Mohamed Amdouni
Ray, Thanks for your answer. I think that the problem is also on 6.6.0+ versions. This class has been modified : https://github.com/apereo/cas/blob/master/core/cas-server-core-configuration-api/src/main/java/org/apereo/cas/configuration/DefaultCasConfigurationPropertiesSourceLocator.java#L71 The