Hi guys
I am new to CAS and start from v4.2.2.
I have tried cas-overlay-template and dockerized-webapp for Database Authentication, but no matter how I modified the deployerConfigContext.xml and cas.properties, and passwordEncoder etc. I always got failed:
[STDOUT] 2016-06-13 22:35:15,057 INFO [org.jasig.cas.authentication.PolicyBasedAuthenticationManager] - <QueryDatabaseAuthenticationHandler failed authenticating cross1>
[STDOUT] 2016-06-13 22:35:15,060 INFO [org.jasig.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - <Audit trail record BEGIN
[STDOUT] =============================================================
[STDOUT] WHO: cross1
[STDOUT] WHAT: Supplied credentials: [cross1]
[STDOUT] ACTION: AUTHENTICATION_FAILED
[STDOUT] APPLICATION: CAS
[STDOUT] WHEN: Mon Jun 13 22:35:15 CST 2016
[STDOUT] CLIENT IP ADDRESS: 192.168.1.150
[STDOUT] SERVER IP ADDRESS: 192.168.1.149
[STDOUT] =============================================================
So I want to find out more details about what happened during the encryption and transformations Could you please tell me how to tweak the log printing to print out more details or how to debug it?
Thanks,
Cross