Re: [cas-user] org.apereo.cas.authentication.PolicyBasedAuthenticationManager thow an error in log when user input Invalid credentials.

2018-02-13 Thread Satnam Sarai
> > Work # 215-400-5025 > Cell # 215-301-6571 > > *From:* cas-...@apereo.org [mailto:cas-...@apereo.org > ] *On Behalf Of *Satnam Sarai > *Sent:* Tuesday, February 13, 2018 10:45 AM > *To:* CAS Community <cas-...@apereo.org > > *Subject:* Re: [cas-user] > org

RE: [cas-user] org.apereo.cas.authentication.PolicyBasedAuthenticationManager thow an error in log when user input Invalid credentials.

2018-02-13 Thread Cheltenham, Chris
-6571 From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of Satnam Sarai Sent: Tuesday, February 13, 2018 10:45 AM To: CAS Community <cas-user@apereo.org> Subject: Re: [cas-user] org.apereo.cas.authentication.PolicyBasedAuthenticationManager thow an error in log when user

Re: [cas-user] org.apereo.cas.authentication.PolicyBasedAuthenticationManager thow an error in log when user input Invalid credentials.

2018-02-13 Thread Satnam Sarai
thanks,Chris we have two handlers, LDAP and jdbc. I have disabled JDBC to see if error goes away. The error still show up when user input Invalid credentials. It works perfectly when user input correct credentials. We can ignore this error but we are afraid that we will get too many

RE: [cas-user] org.apereo.cas.authentication.PolicyBasedAuthenticationManager thow an error in log when user input Invalid credentials.

2018-02-13 Thread Cheltenham, Chris
Hello, I had that exact error. When you build your cas.war file make sure the ldap dependency embedded inside pom.xml. If you don’t After that, the cas.properties file must be formatted correctly. This is what stumped me the most. Thanks to David Curry for helping me out on this.