Glad you figured it out. Note that if you turn on debug logging for
anything (in log4j2.xml), those messages will also go to cas.log. In my
personal experience, the cas.log messages are more helpful than the
catalina.out messages about 4 times out of 5.
--Dave
--
DAVID A. CURRY, CISSP
*DIRECTOR
Dave,
That was a really helpful insight, cas.log indeed provides a more
"debuggable" output.
CAS uses the port 636 by default, so I just had to disable SSL since we
use startTLS on 389 instead.
For reference, the entry is:
*cas.authn.ldap[0].useSsl: false*
Thank you !
On 26/02/20
Do you get any log entries in cas.log? Sometimes those can be a little more
informative than the ones in catalina.out.
--Dave
--
DAVID A. CURRY, CISSP
*DIRECTOR OF INFORMATION SECURITY*
INFORMATION TECHNOLOGY
71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003
+1 212 229-5300 x4728 • david.cu...@newsch
Hi David,
Yep, already got that.
On 26/02/2018 14:35, David Curry wrote:
> Sami,
>
> Do you have the LDAP dependency in pom.xml?
>
>
> org.apereo.cas
> cas-server-support-ldap
> ${cas.version}
>
>
> --Dave
>
>
> --
>
> DAVID A. CURRY, CISSP
>
Sami,
Do you have the LDAP dependency in pom.xml?
org.apereo.cas
cas-server-support-ldap
${cas.version}
--Dave
--
DAVID A. CURRY, CISSP
*DIRECTOR OF INFORMATION SECURITY*
INFORMATION TECHNOLOGY
71 FIFTH AVE., 9TH FL., NEW YORK, NY 10003
+
I've been following this guide throughout
https://dacurry-tns.github.io/deploying-apereo-cas/introduction_overview.html,
and everything has been going smoothly so far; up to the part where I
needed to add the ldap authentication. The log says cas is deployed with
errors.
Catalina logs: https://pas
I have found David Curry's guide incredibly helpful.
https://dacurry-tns.github.io/deploying-apereo-cas/introduction_overview.html
Matt
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://g
Hello list,
I've been looking through search engines for a deployment guide for an easy
implementation of a CAS server with ldap authentication, but haven't found
any (or any that was recent).
I also looked at the official documentation, but it's more confusing than
helping. I'm looking for a s