Re: [cas-user] CAS Management 6.5 tomcat AJP

2022-08-24 Thread Fabrice Bacchella
My setup, in cas6.yaml: cas: server: tomcat: http: enabled: false http-proxy: enabled: false ajp: enabled: true secure: true scheme: https attributes:

Re: [EXTERNAL SENDER] [cas-user] Using Let's Encrypt for SSL certificate for CAS and CAS management

2022-07-25 Thread Fabrice Bacchella
https://keystore-explorer.org is probably the way to go. > Le 22 juil. 2022 à 15:17, King, Robert a écrit : > > > EXTERNAL EMAIL : The sender of this email is external to 3DS. Be wary of the > content and do not open unexpected attachments or links. If you

Re: [cas-user] AJP with header too big

2019-09-30 Thread Fabrice Bacchella
That is to say, for your case: cas.server.ajp.attributes.packetSize=YOUR > VALUE > > - Julien > > Le 30/09/2019 à 11:40, Fabrice Bacchella a écrit : >> I'm getting the following error on CAS 5.3 with AJP: >> >> 2019-09-30 11:19:19,411 ERROR [org.apache

[cas-user] AJP with header too big

2019-09-30 Thread Fabrice Bacchella
I'm getting the following error on CAS 5.3 with AJP: 2019-09-30 11:19:19,411 ERROR [org.apache.coyote.ajp.AjpProcessor] Header message of length [11,006] received but the packetSize is only [8,192] 2019-09-30 11:19:19,411 ERROR [org.apache.coyote.ajp.AjpProcessor] Error processing request java.l

[cas-user] Re: CAS logging analysis

2019-08-27 Thread Fabrice Bacchella
27 août 2019 à 21:49, Trenton D. Adams a écrit : > > No, I was thinking along those lines as well, but didn't know it had that > feature. I know log4j2 has that feature, but then you'd get a bunch of > newlines wrapped as '\n'. I'll look into it, thanks! >

[cas-user] Feature lost when switching from CAS 3 to CAS 5/6

2019-08-27 Thread Fabrice Bacchella
I have too separated AD, with different login that maps to the same users in AD1, I have entry like: dn: sAMAccountName: login1 memberOf: group1 In AD2, I have: dn: sAMAccountName: login2 employeeID: login1 both login1 and login2 maps to the same user. I was using CAS SSO with

Re: [cas-user] SPNEGO : Retrieve Attribute from AD?

2019-08-27 Thread Fabrice Bacchella
It works for me with the following setup, in CAS6: spnego: name: Kerberos order: 0 mixedModeAuthentication: true supportedBrowsers: "MSIE,Trident,Firefox,AppleWebKit,curl" ipsToCheckPattern: .* principal:

[cas-user] Re: CAS logging analysis

2019-08-27 Thread Fabrice Bacchella
Did you try to set 'cas.audit.slf4j.auditFormat' to 'JSON' ? The service URL/id is missing indeed. Le lundi 26 août 2019 23:35:30 UTC+2, Trenton D. Adams a écrit : > > Hi Guys, > > When it comes to system administration and diagnostics, it is quite > common to use standard Linux utilities for d