[cas-user] Re: cas-overlay-template with cas 5.2.3 and default cas.properties

2018-03-15 Thread Marc Maurice
when running the cas server, do you have a message indicating that the server is ready ? What is the output of 'netstat -tlnp' after running the server ? Le mercredi 14 mars 2018 23:55:33 UTC+1, Jono Jono a écrit : > > I am following the instructions to bring this up here: >

[cas-user] Send reset password email in html instead of plain text

2018-03-26 Thread Marc Maurice
Hello all, We need to send the reset password email in html instead of plain text (marketing demands). Looking at the source code it seems simple. It's just a matter of adding a "true" parameter to tell spring that the email is in html :

[cas-user] Password Manager : exception on reset password

2018-03-02 Thread Marc Maurice
Hello all, I'm using CAS v5.2.1. I'm currently trying to use the Password Manager to reset the password. Here is the Exception I get when clicking on the password reset link on the login page : org.springframework.webflow.engine.NoMatchingTransitionException: No transition found on occurence

[cas-user] Re: Password Manager : exception on reset password

2018-03-02 Thread Marc Maurice
Solved after restarting the CAS server. -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS

Re: [cas-user] Unauthorized Service Access. Service [] is not found in service registry

2020-09-25 Thread Marc MAURICE
You need that in build.gradle :     implementation "org.apereo.cas:cas-server-support-json-service-registry:${casServerVersion}" And that in cas.properties : cas.service-registry.json.location=file:///etc/cas/services Can you check? -- - Website: https://apereo.github.io/cas - Gitter

[cas-user] Audit jdbc mysql : syntax error at COM_AUDIT_TRAIL creation

2020-09-25 Thread Marc MAURICE
Hello all, I found what may be a bug (in a library). After configuring jdbc audit and starting cas for the first time, I got the following error (see full exception below). Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds

[cas-user] Re: Update a date database field on successful login

2020-09-25 Thread Marc MAURICE
u want, but you'll be able to get a last login date from the table it creates. Good luck! -Mike On Wednesday, September 23, 2020 at 4:06:10 AM UTC-4 Marc Maurice wrote: Hello, I'm using jdbc/mysql to authenticate my users. I have a simple need : I want to add a last_login_date

[cas-user] Update a date database field on successful login

2020-09-23 Thread Marc MAURICE
Hello, I'm using jdbc/mysql to authenticate my users. I have a simple need : I want to add a last_login_date field, updated at each successful login I want to be able to know if some accounts have not been used from a very long time. I red carefully the doc and reviewed the list of

[cas-user] Overlay template 6.4 build failed

2021-10-19 Thread Marc Maurice
Hello, I'm trying to upgrade from cas 6.2 to 6.4. As explained in the doc I want to start with a clean 6.4 overlay then reapply all my patches. I cloned a fresh 6.4 overlay branch from the github project. Openjdk 11 installed: [root@15871ceb6a09 myclone]# java -version openjdk version

Re: [EXTERNAL SENDER] [cas-user] Overlay template 6.4 build failed

2021-10-19 Thread Marc MAURICE
-11-openjdk-devel *From:*cas-user@apereo.org *On Behalf Of *Marc Maurice *Sent:* Tuesday, October 19, 2021 11:25 AM *To:* CAS Community *Subject:* [EXTERNAL SENDER] [cas-user] Overlay template 6.4 build failed Hello, I'm trying to upgrade from cas 6.2 to 6.4. As explained in the doc I w

Re: [EXTERNAL SENDER] [cas-user] Overlay template 6.4 build failed

2021-10-20 Thread Marc MAURICE
unless I restarted the Daemon. pkill -f GradleDaemon Anyway. Thanks guys. Le 20/10/2021 à 05:23, He Vincent a écrit : I think any JDK11 is OK. Did you re-download cas 6.4 from GITHUB? Marc Maurice在 2021年10月19日星期二下午10:21:57 [UTC+8]寫道: Hello, Thanks a lot Robert. I was missing

Re: [EXTERNAL SENDER] [cas-user] Overlay template 6.4 build failed

2021-10-20 Thread Marc MAURICE
.el7_9.x86_64 *From:*cas-user@apereo.org *On Behalf Of *Marc MAURICE *Sent:* Tuesday, October 19, 2021 11:52 AM *To:* cas-user@apereo.org *Subject:* Re: [EXTERNAL SENDER] [cas-user] Overlay template 6.4 build failed Hello, Thanks a lot Robert. I was missing the package. Unfortunately the error

[cas-user] 6.2 to 6.4 upgrade : no jdbc Handler

2021-10-22 Thread Marc MAURICE
Hello, I'm trying to upgrade from 6.2 to 6.4. I have two authentications handler : 1 : jdbc mysql , 2 : ADFS-wsfed. ADFS is working, but not mysql. In the debug Log, 6.2, I can see : oct. 22 17:47:15 campus-sso-01 cas.war[104218]: 2021-10-22 17:47:15,947 DEBUG

[cas-user] Re: 6.2 to 6.4 upgrade : no jdbc Handler

2021-11-12 Thread Marc MAURICE
It worked ! Thanks for the tip Sam. Le 12/11/2021 à 11:57, Marc MAURICE a écrit : Hello Sam, Thanks. I will try that later, but that must be it.. Before migration I had :     implementation "org.apereo.cas:cas-server-support-jdbc:${project.'cas.version'}" I replaced it wit

[cas-user] Re: 6.2 to 6.4 upgrade : no jdbc Handler

2021-11-12 Thread Marc MAURICE
mber 2021 at 15:05:25 UTC Sam Hough wrote: Hi, No help but I think I've hit this too. Did you get anywhere? I'll start looking again Monday. Cheers Sam On Friday, 22 October 2021 at 17:22:41 UTC+1 Marc Maurice wrote: Hello, I'm trying to upgrade from 6.2 to 6.