I experienced something similar to this, because I forgot to put in this
dependency in pom. It resulted in run-time exception that does not show
up in logs.
I was using Person Directory impl., not sure if that would be your problem.
<!-- Study
http://jasig.github.io/cas/4.1.x/integration/Attribute-Resolution.html -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.0</version>
</dependency>
On 5/2/2016 9:20 AM, Sankalp Sharma wrote:
Hi there,
I am setting up Cas 4.1.7 but I am stuck with the following error
2016-05-02 17:58:40,149 INFO
[org.jasig.cas.authentication.PolicyBasedAuthenticationManager] -
<LdapAuthenticationHandler failed authenticating null>
2016-05-02 17:58:40,149 INFO
[org.jasig.cas.authentication.PolicyBasedAuthenticationManager] -
<SearchModeSearchDatabaseAuthenticationHandler failed authenticating null>
2016-05-02 17:58:40,152 INFO
[org.jasig.inspektr.audit.support.Slf4jLoggingAuditTrailManager] -
<Audit trail record BEGIN
=============================================================
WHO: null
WHAT: supplied credentials: [null]
ACTION: AUTHENTICATION_FAILED
APPLICATION: CAS
WHEN: Mon May 02 17:58:40 IST 2016
CLIENT IP ADDRESS: 127.0.0.1
SERVER IP ADDRESS: 127.0.0.1
=============================================================
I debug the code and found out that only *username is passed null *as
I can see the password during debugging in
PolicyBasedAuthenticationManager class
Any help would be highly appreciated
Best Regards,
Sankalp
--
You received this message because you are subscribed to the Google
Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to [email protected]
<mailto:[email protected]>.
To post to this group, send email to [email protected]
<mailto:[email protected]>.
Visit this group at
https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/098bb31a-c849-4a35-8ff9-37939f0d51ee%40apereo.org
<https://groups.google.com/a/apereo.org/d/msgid/cas-user/098bb31a-c849-4a35-8ff9-37939f0d51ee%40apereo.org?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.
--
You received this message because you are subscribed to the Google Groups "CAS
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
To view this discussion on the web visit
https://groups.google.com/a/apereo.org/d/msgid/cas-user/eee08d6d-50e7-e708-6c68-205ed9ac4223%40gmail.com.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.