Hello all,

Forgive me for this, I'm brand new to CAS and I'm trying to get LDAP 
working.

I built an Ubuntu VM and did initial setup by doing:

   1. git clone https://github.com/apereo/cas-overlay-template
   2. I did some initial config changes in the cas.properties to get SSL up 
   and running
   3. Ran sudo ./gradlew clean copyCasConfiguration build run
   4. I can login using the casuser and the default password as expected.  
   This part is all working fine.

So I tried adding LDAP support by:

   1. Modify build.gradle by adding 
       implementation 
   "org.apereo.cas:cas-server-support-ldap:${project.'cas.version'}"
   to the dependencies section.
   2. Modify cas.properties by adding:
   # Disable casuser
   cas.authn.accept.users=
   # LDAP Servers Authenticated
   cas.authn.ldap[0].ldapUrl=ldap://<ldap server ip>:389
   #cas.authn.ldap[0].usessl=false
   cas.authn.ldap[0].useStartTls=false
   cas.authn.ldap[0].type=AUTHENTICATED
   cas.authn.ldap[0].bindDn=cn=cas bind,CN=Users,DC=...
   cas.authn.ldap[0].bindCredential=<the password>
   # LDAP Servers Authenticated
   
   # Search For CAS User
   cas.authn.ldap[0].baseDn=OU=Technology,OU=Staff,DC=CHS,DC=...
   cas.authn.ldap[0].subtreeSearch=true
   #cas.authn.ldap[0].searchFilter=(&(objectClass=person)(uid={user}))
   #cas.authn.ldap[0].searchFilter=uid={user}
   cas.authn.ldap[0].searchFilter=sAMAaccountName={user}
   #cas.authn.ldap[0].principalAttributeList=cn,givenName,mail,sn
   # Search for CAS User
   3. Ran sudo ./gradlew clean copyCasConfiguration build run

The page loads as usual.  I am unable to login as casuser, which is 
expected.  I cannot login with any domain credentials.

In the log I get an error:
2022-02-08 15:43:49,567 INFO 
[org.apereo.cas.authentication.DefaultAuthenticationManager] - 
<[LdapAuthenticationHandler] exception details: [Unable to resolve user dn 
for <a username>].>

So I tried to verify that the server can connect via LDAP:

ldapsearch -H ldap://<ldap server ip>:389 -D "CN=cas bind,CN=Users,DC=..." 
-W samaccountname=<a username> -b "OU=Technology,OU=Staff,DC=..." -v

And I receive a valid result.

I'm not sure where the disconnect is, or what else I should search for.  
Any tips or suggestions that you could provide would be helpful.

I'm attaching the output of Task :run.

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
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 view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/5be8d9ff-f43d-4347-9f64-3842676a4a7fn%40apereo.org.
> Task :run
2022-02-08 15:42:38,442 INFO 
[org.apereo.cas.configuration.CasConfigurationPropertiesValidator] - <Validated 
CAS property sources and configuration


     _    ____  _____ ____  _____ ___     ____    _    ____
    / \  |  _ \| ____|  _ \| ____/ _ \   / ___|  / \  / ___|
   / _ \ | |_) |  _| | |_) |  _|| | | | | |     / _ \ \___ \
  / ___ \|  __/| |___|  _ <| |__| |_| | | |___ / ___ \ ___) |
 /_/   \_\_|   |_____|_| \_\_____\___/   \____/_/   \_\____/


CAS Version: 6.5.0-SNAPSHOT
CAS Branch: master
CAS Commit Id: 2df47b55972d130a30eb1525b67a0301c4ad9ac4
CAS Build Date/Time: 2022-02-08T10:35:42Z
Spring Boot Version: 2.6.3
Spring Version: 5.3.15
Java Home: /usr/lib/jvm/java-11-openjdk-amd64
Java Vendor: Ubuntu
Java Version: 11.0.13
JVM Free Memory: 97 MB
JVM Maximum Memory: 2 GB
JVM Total Memory: 406 MB
OS Architecture: amd64
OS Name: Linux
OS Version: 5.13.0-28-generic
OS Date/Time: 2022-02-08T15:42:41.388228
OS Temp Directory: /tmp
------------------------------------------------------------
Apache Tomcat Version: Apache Tomcat/9.0.58
------------------------------------------------------------


2022-02-08 15:42:41,443 INFO 
[org.apereo.cas.configuration.DefaultCasConfigurationPropertiesSourceLocator] - 
<Configuration files found at [/etc/caies]]] under profile(s) [[standalone]]>
2022-02-08 15:42:41,795 INFO 
[org.apereo.cas.configuration.CasConfigurationPropertiesValidator] - <Validated 
CAS property sources and configuration
2022-02-08 15:42:41,797 INFO [org.apereo.cas.web.CasWebApplication] - <The 
following profiles are active: standalone>
2022-02-08 15:42:46,757 DEBUG 
[org.apereo.cas.tomcat.CasTomcatServletWebServerFactory] - <Code archive: 
/home/netadmin/cas-overlay-template/build/l
2022-02-08 15:42:46,757 DEBUG 
[org.apereo.cas.tomcat.CasTomcatServletWebServerFactory] - <Document root: 
/home/netadmin/cas-overlay-template/build/
2022-02-08 15:42:50,959 INFO 
[org.apereo.cas.services.resource.AbstractResourceBasedServiceRegistry] - 
<Watching service registry directory at [/tm
2022-02-08 15:42:50,962 INFO [org.apereo.cas.util.io.PathWatcherService] - 
<Watching directory path at [/tmp/services]>
2022-02-08 15:42:56,652 INFO 
[org.springframework.boot.autoconfigure.security.servlet.UserDetailsServiceAutoConfiguration]
 - <

Using generated security password: c6404b94-e9bf-4e37-9690-4e9b56ac89aa
>
2022-02-08 15:42:56,809 DEBUG 
[org.apereo.cas.web.security.CasWebSecurityConfigurerAdapter] - <Configuring 
protocol endpoints [[/login/**, /logout/eValidate/**, /proxyValidate/**, 
/p3/proxyValidate/**, /proxy/**, /webjars/**, /js/**, /css/**, /images/**, 
/static/**, /error, /favicon.ico]] to e
2022-02-08 15:42:56,812 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
Ant [pattern='/login/**'] with []>
2022-02-08 15:42:56,812 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
Ant [pattern='/logout/**'] with []>
2022-02-08 15:42:56,812 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
Ant [pattern='/validate/**'] with []>
2022-02-08 15:42:56,812 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
Ant [pattern='/serviceValidate/**'] with
2022-02-08 15:42:56,812 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
Ant [pattern='/p3/serviceValidate/**'] wi
2022-02-08 15:42:56,812 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
Ant [pattern='/proxyValidate/**'] with []
2022-02-08 15:42:56,812 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
Ant [pattern='/p3/proxyValidate/**'] with
2022-02-08 15:42:56,812 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
Ant [pattern='/proxy/**'] with []>
2022-02-08 15:42:56,812 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
Ant [pattern='/webjars/**'] with []>
2022-02-08 15:42:56,812 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
Ant [pattern='/js/**'] with []>
2022-02-08 15:42:56,812 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
Ant [pattern='/css/**'] with []>
2022-02-08 15:42:56,812 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
Ant [pattern='/images/**'] with []>
2022-02-08 15:42:56,812 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
Ant [pattern='/static/**'] with []>
2022-02-08 15:42:56,812 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
Ant [pattern='/error'] with []>
2022-02-08 15:42:56,812 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
Ant [pattern='/favicon.ico'] with []>
2022-02-08 15:42:56,894 INFO 
[org.springframework.security.web.access.channel.ChannelProcessingFilter] - 
<Validated configuration attributes>
2022-02-08 15:42:56,919 INFO 
[org.springframework.security.web.DefaultSecurityFilterChain] - <Will secure 
any request with [org.springframework.sec3129299f, 
org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@10a0a1e,
 
org.springframework.security.web.contextpringframework.security.web.savedrequest.RequestCacheAwareFilter@4a453f8d,
 
org.springframework.security.web.servletapi.SecurityContextHolderAwareRey.web.authentication.AnonymousAuthenticationFilter@2976ef56,
 org.springframework.security.web.session.SessionManagementFilter@2e7a9db7, 
org.springfFilter@15371de2, 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor@67e11bda]>
2022-02-08 15:42:56,924 WARN 
[org.springframework.security.config.annotation.web.builders.WebSecurity] - <

********************************************************************
**********        Security debugging is enabled.       *************
**********    This may include sensitive information.  *************
**********      Do not use in a production system!     *************
********************************************************************

>
2022-02-08 15:42:59,472 WARN 
[org.apereo.cas.config.CasCoreTicketsConfiguration] - <Runtime memory is used 
as the persistence storage for retrievinuring runtime will be LOST when the web 
server is restarted. This MAY impact SSO functionality.>
2022-02-08 15:42:59,473 INFO [org.apereo.cas.util.CoreTicketUtils] - <Ticket 
registry encryption/signing is turned off. This MAY NOT be safe in a cther 
choices to handle encryption, signing and verification of ticket registry 
tickets, and verify the chosen ticket registry does support this beh
2022-02-08 15:42:59,804 DEBUG 
[org.apereo.cas.config.CasPersonDirectoryConfiguration] - <No attribute 
repository sources are available/defined to m
2022-02-08 15:43:00,135 DEBUG 
[org.apereo.cas.authentication.CoreAuthenticationUtils] - <No principal 
attributes are defined>
2022-02-08 15:43:00,136 DEBUG [org.apereo.cas.util.LdapUtils] - <Created and 
mapped principal attributes [{}] for [ldap://10.200.1.142:389]...>
2022-02-08 15:43:00,136 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating LDAP 
authenticator for [ldap://10.200.1.142:389] and baseDn [OU=Technolog
2022-02-08 15:43:00,138 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating 
authenticated authenticator for [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,138 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating LDAP 
connection configuration for [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,145 DEBUG [org.apereo.cas.util.LdapUtils] - <Transformed 
LDAP urls from [ldap://10.200.1.142:389] to [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,145 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating LDAP 
SSL configuration via the native JVM truststore>
2022-02-08 15:43:00,149 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating LDAP 
bind connection initializer via [cn=cas bind,CN=Users,DC=CHS,DC=chat
2022-02-08 15:43:00,151 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating LDAP 
connection pool configuration for [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,325 DEBUG [org.apereo.cas.util.LdapUtils] - <Created [BIND] 
passivator for [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,325 DEBUG [org.apereo.cas.util.LdapUtils] - <Initializing 
ldap connection pool for [ldap://10.200.1.142:389] and bindDn [cn=cas
2022-02-08 15:43:00,654 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating LDAP 
connection configuration for [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,654 DEBUG [org.apereo.cas.util.LdapUtils] - <Transformed 
LDAP urls from [ldap://10.200.1.142:389] to [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,654 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating LDAP 
SSL configuration via the native JVM truststore>
2022-02-08 15:43:00,654 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating LDAP 
bind connection initializer via [cn=cas bind,CN=Users,DC=CHS,DC=chat
2022-02-08 15:43:00,654 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating LDAP 
connection pool configuration for [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,655 DEBUG [org.apereo.cas.util.LdapUtils] - <Created [BIND] 
passivator for [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,655 DEBUG [org.apereo.cas.util.LdapUtils] - <Initializing 
ldap connection pool for [ldap://10.200.1.142:389] and bindDn [cn=cas
2022-02-08 15:43:00,709 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating LDAP 
connection configuration for [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,709 DEBUG [org.apereo.cas.util.LdapUtils] - <Transformed 
LDAP urls from [ldap://10.200.1.142:389] to [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,709 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating LDAP 
SSL configuration via the native JVM truststore>
2022-02-08 15:43:00,710 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating LDAP 
bind connection initializer via [cn=cas bind,CN=Users,DC=CHS,DC=chat
2022-02-08 15:43:00,710 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating LDAP 
connection pool configuration for [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,712 DEBUG [org.apereo.cas.util.LdapUtils] - <Created [BIND] 
passivator for [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,712 DEBUG [org.apereo.cas.util.LdapUtils] - <Initializing 
ldap connection pool for [ldap://10.200.1.142:389] and bindDn [cn=cas
2022-02-08 15:43:00,763 DEBUG [org.apereo.cas.util.LdapUtils] - <Ldap 
authenticator configured with return attributes [[]] for 
[ldap://10.200.1.142C=chatham-nj,DC=org]>
2022-02-08 15:43:00,763 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating LDAP 
password policy handling strategy for [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,763 DEBUG [org.apereo.cas.util.LdapUtils] - <Created 
default LDAP password policy handling strategy>
2022-02-08 15:43:00,764 DEBUG [org.apereo.cas.util.LdapUtils] - <Creating LDAP 
authentication handler for [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,768 DEBUG [org.apereo.cas.util.LdapUtils] - <Password 
policy authentication response handler is set to accommodate directory ty
2022-02-08 15:43:00,776 DEBUG [org.apereo.cas.util.LdapUtils] - <LDAP 
authentication response handlers configured are: 
[[org.ldaptive.auth.ext.Passd96, 
org.ldaptive.auth.ext.PasswordPolicyAuthenticationResponseHandler@3fc5d397]]>
2022-02-08 15:43:00,782 DEBUG [org.apereo.cas.util.LdapUtils] - <Configuring 
the default account state handler for LDAP authentication>
2022-02-08 15:43:00,783 DEBUG [org.apereo.cas.util.LdapUtils] - <Initializing 
LDAP authentication handler for [ldap://10.200.1.142:389]>
2022-02-08 15:43:00,783 DEBUG 
[org.apereo.cas.authentication.LdapAuthenticationHandler] - <Initializing LDAP 
attribute configuration...>
2022-02-08 15:43:00,783 DEBUG 
[org.apereo.cas.authentication.LdapAuthenticationHandler] - <LDAP 
authentication entry attributes for the authenticat
2022-02-08 15:43:00,827 DEBUG 
[org.apereo.cas.config.CasPersonDirectoryConfiguration] - <Attribute repository 
sources are not available for person-
2022-02-08 15:43:00,881 INFO 
[org.apereo.cas.config.LdapAuthenticationConfiguration] - <Registering LDAP 
authentication for [LdapAuthenticationHand
2022-02-08 15:43:01,401 DEBUG 
[org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Using pre-defined 
encryption key to use for [cas.tgc.crypto.
2022-02-08 15:43:01,411 DEBUG 
[org.apereo.cas.util.cipher.BaseStringCipherExecutor] - <Using pre-defined 
signing key to use for [cas.tgc.crypto.sig
2022-02-08 15:43:01,831 DEBUG 
[org.apereo.cas.config.CasCoreTicketsSchedulingConfiguration] - <Ticket 
registry cleaner is enabled.>
2022-02-08 15:43:01,921 DEBUG 
[org.apereo.cas.pm.config.PasswordManagementConfiguration] - <Password 
management is disabled. To enable the password.enabled=true' to the CAS 
configuration and then configure storage options for account updates>
2022-02-08 15:43:02,043 INFO [org.apereo.cas.web.CasWebApplication] - <Started 
CasWebApplication in 24.538 seconds (JVM running for 27.779)>
2022-02-08 15:43:02,061 INFO [org.apereo.cas.web.CasWebApplication] - <>
2022-02-08 15:43:02,061 INFO [org.apereo.cas.web.CasWebApplication] - <


  ____  _____    _    ______   __
 |  _ \| ____|  / \  |  _ \ \ / /
 | |_) |  _|   / _ \ | | | \ V /
 |  _ <| |___ / ___ \| |_| || |
 |_| \_\_____/_/   \_\____/ |_|

>
2022-02-08 15:43:02,061 INFO [org.apereo.cas.web.CasWebApplication] - <>
2022-02-08 15:43:02,061 INFO [org.apereo.cas.web.CasWebApplication] - <Ready to 
process requests @ [2022-02-08T15:43:02.052Z]>
2022-02-08 15:43:02,077 INFO [org.apereo.cas.services.AbstractServicesManager] 
- <Loaded [0] service(s) from [JsonServiceRegistry].>
2022-02-08 15:43:22,041 INFO [org.apereo.cas.services.AbstractServicesManager] 
- <Loaded [0] service(s) from [JsonServiceRegistry].>
2022-02-08 15:43:32,056 INFO 
[org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - <[0] expired 
tickets removed.>
2022-02-08 15:43:37,866 DEBUG 
[org.apereo.cas.web.flow.config.CasWebflowContextConfiguration$CasFlowHandlerMapping]
 - <Mapped to [FlowHandlerMappin
2022-02-08 15:43:37,965 WARN [javax.persistence.spi] - 
<javax.persistence.spi::No valid providers found.>
2022-02-08 15:43:38,009 DEBUG 
[org.apereo.cas.web.flow.login.InitialFlowSetupAction] - <Setting path for 
cookies for warn cookie generator to: [/ca
2022-02-08 15:43:38,009 DEBUG 
[org.apereo.cas.web.flow.login.InitialFlowSetupAction] - <Setting path for 
cookies for TGC cookie generator to: [/cas
2022-02-08 15:43:38,029 DEBUG 
[org.apereo.cas.web.flow.resolver.impl.RankedMultifactorAuthenticationProviderWebflowEventResolver]
 - <No service is
2022-02-08 15:43:38,029 DEBUG 
[org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver] - 
<Resolved single event [success] via 
[org.arAuthenticationProviderWebflowEventResolver] for this context>
2022-02-08 15:43:38,037 INFO 
[org.apereo.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - <Audit 
trail record BEGIN
=============================================================
WHO: audit:unknown
WHAT: {source=RankedMultifactorAuthenticationProviderWebflowEventResolver, 
event=success, timestamp=Tue Feb 08 15:43:38 UTC 2022}
ACTION: AUTHENTICATION_EVENT_TRIGGERED
APPLICATION: CAS
WHEN: Tue Feb 08 15:43:38 UTC 2022
CLIENT IP ADDRESS: 10.200.2.209
SERVER IP ADDRESS: 10.200.1.63
=============================================================

>
2022-02-08 15:43:44,066 DEBUG 
[org.apereo.cas.web.view.CasReloadableMessageBundle] - <No properties file 
found for [file:/etc/cas/config/custom_messages_en_US] - neither plain 
properties nor XML>
2022-02-08 15:43:44,069 DEBUG 
[org.apereo.cas.web.view.CasReloadableMessageBundle] - <No properties file 
found for [classpath:custom_messages_en_US] - neither plain properties nor XML>
2022-02-08 15:43:44,072 DEBUG 
[org.apereo.cas.web.view.CasReloadableMessageBundle] - <No properties file 
found for [classpath:messages_en_US] - neither plain properties nor XML>
2022-02-08 15:43:44,072 DEBUG 
[org.apereo.cas.web.view.CasReloadableMessageBundle] - <No properties file 
found for [file:/etc/cas/config/custom_messages_en] - neither plain properties 
nor XML>
2022-02-08 15:43:44,072 DEBUG 
[org.apereo.cas.web.view.CasReloadableMessageBundle] - <No properties file 
found for [file:/etc/cas/config/custom_messages] - neither plain properties nor 
XML>
2022-02-08 15:43:44,075 DEBUG 
[org.apereo.cas.web.view.CasReloadableMessageBundle] - <No properties file 
found for [classpath:custom_messages_en] - neither plain properties nor XML>
2022-02-08 15:43:44,077 DEBUG 
[org.apereo.cas.web.view.CasReloadableMessageBundle] - <No properties file 
found for [classpath:custom_messages] - neither plain properties nor XML>
2022-02-08 15:43:44,080 DEBUG 
[org.apereo.cas.web.view.CasReloadableMessageBundle] - <No properties file 
found for [classpath:messages_en] - neither plain properties nor XML>
2022-02-08 15:43:44,085 DEBUG 
[org.apereo.cas.web.view.CasReloadableMessageBundle] - <Loading properties 
[messages.properties] with encoding 'UTF-8'>
2022-02-08 15:43:49,445 DEBUG 
[org.apereo.cas.web.flow.config.CasWebflowContextConfiguration$CasFlowHandlerMapping]
 - <Mapped to [FlowHandlerMapping.DefaultFlowHandler@2e388f47]>
2022-02-08 15:43:49,471 DEBUG 
[org.apereo.cas.authentication.adaptive.DefaultAdaptiveAuthenticationPolicy] - 
<User agent [Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 
(KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36] is authorized to proceed>
2022-02-08 15:43:49,471 DEBUG 
[org.apereo.cas.authentication.adaptive.DefaultAdaptiveAuthenticationPolicy] - 
<Adaptive authentication policy has authorized client [10.200.2.209] to 
proceed.>
2022-02-08 15:43:49,471 DEBUG 
[org.apereo.cas.web.flow.resolver.impl.ServiceTicketRequestWebflowEventResolver]
 - <Request is not eligible to be issued service tickets just yet>
2022-02-08 15:43:49,478 DEBUG 
[org.apereo.cas.authentication.DefaultAuthenticationManager] - <Authentication 
credentials provided for this transaction are 
[[UsernamePasswordCredential(username=msantangelo, source=null, 
customFields={})]]>
2022-02-08 15:43:49,479 DEBUG 
[org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan] - 
<Candidate/Registered authentication handlers for this transaction are 
[[org.apereo.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler@d607317,
 org.apereo.cas.authentication.LdapAuthenticationHandler@b7fa310]]>
2022-02-08 15:43:49,479 DEBUG 
[org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan] - 
<Authentication handler resolvers for this transaction are 
[[org.apereo.cas.authentication.handler.RegisteredServiceAuthenticationHandlerResolver@5d8e4fa8]]>
2022-02-08 15:43:49,480 DEBUG 
[org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan] - 
<Authentication handler resolvers produced no candidate authentication handler. 
Using the default handler resolver instead...>
2022-02-08 15:43:49,480 DEBUG 
[org.apereo.cas.authentication.AuthenticationHandlerResolver] - <Default 
authentication handlers used for this transaction are 
[HttpBasedServiceCredentialsAuthenticationHandler,LdapAuthenticationHandler]>
2022-02-08 15:43:49,481 DEBUG 
[org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan] - 
<Resolved and finalized authentication handlers to carry out this 
authentication transaction are 
[[org.apereo.cas.authentication.handler.RegisteredServiceAuthenticationHandlerResolver@5d8e4fa8]]>
2022-02-08 15:43:49,481 DEBUG 
[org.apereo.cas.authentication.DefaultAuthenticationManager] - <Candidate 
resolved authentication handlers for this transaction are 
[[org.apereo.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler@d607317,
 org.apereo.cas.authentication.LdapAuthenticationHandler@b7fa310]]>
2022-02-08 15:43:49,481 DEBUG 
[org.apereo.cas.authentication.DefaultAuthenticationManager] - <Attempting to 
authenticate credential [UsernamePasswordCredential(username=msantangelo, 
source=null, customFields={})]>
2022-02-08 15:43:49,481 DEBUG 
[org.apereo.cas.authentication.DefaultAuthenticationManager] - <Authentication 
handler [HttpBasedServiceCredentialsAuthenticationHandler] does not support the 
credential type [UsernamePasswordCredential(username=msantangelo, source=null, 
customFields={})].>
2022-02-08 15:43:49,481 DEBUG 
[org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler]
 - <Examining credential [UsernamePasswordCredential(username=msantangelo, 
source=null, customFields={})] eligibility for authentication handler 
[LdapAuthenticationHandler]>
2022-02-08 15:43:49,481 DEBUG 
[org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler]
 - <Credential [UsernamePasswordCredential(username=msantangelo, source=null, 
customFields={})] eligibility is [LdapAuthenticationHandler] for authentication 
handler [true]>
2022-02-08 15:43:49,481 DEBUG 
[org.apereo.cas.authentication.DefaultAuthenticationManager] - <Attempting 
authentication of [msantangelo] using [LdapAuthenticationHandler]>
2022-02-08 15:43:49,529 DEBUG 
[org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler]
 - <Transforming credential username via 
[org.apereo.cas.util.transforms.ChainingPrincipalNameTransformer]>
2022-02-08 15:43:49,529 DEBUG 
[org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler]
 - <Attempting to encode credential password via 
[org.springframework.security.crypto.password.NoOpPasswordEncoder] for 
[msantangelo]>
2022-02-08 15:43:49,529 DEBUG 
[org.apereo.cas.authentication.handler.support.AbstractUsernamePasswordAuthenticationHandler]
 - <Attempting authentication internally for transformed credential 
[UsernamePasswordCredential(username=msantangelo, source=null, 
customFields={})]>
2022-02-08 15:43:49,529 DEBUG 
[org.apereo.cas.authentication.LdapAuthenticationHandler] - <Attempting LDAP 
authentication for [UsernamePasswordCredential(username=msantangelo, 
source=null, customFields={})]. Authenticator pre-configured attributes are 
[null], additional requested attributes for this authentication request are 
[[]]>
2022-02-08 15:43:49,567 INFO 
[org.apereo.cas.authentication.DefaultAuthenticationManager] - 
<[LdapAuthenticationHandler] exception details: [Unable to resolve user dn for 
msantangelo].>
2022-02-08 15:43:49,567 DEBUG 
[org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan] - 
<Authentication policy resolvers for this transaction are 
[[org.apereo.cas.authentication.policy.RegisteredServiceAuthenticationPolicyResolver@645c9f0f]]>
2022-02-08 15:43:49,568 DEBUG 
[org.apereo.cas.authentication.DefaultAuthenticationEventExecutionPlan] - 
<Authentication policy resolvers produced no candidate authentication policy. 
Using default policies>
2022-02-08 15:43:49,570 INFO 
[org.apereo.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - <Audit 
trail record BEGIN
=============================================================
WHO: msantangelo
WHAT: [UsernamePasswordCredential(username=msantangelo, source=null, 
customFields={})]
ACTION: AUTHENTICATION_FAILED
APPLICATION: CAS
WHEN: Tue Feb 08 15:43:49 UTC 2022
CLIENT IP ADDRESS: 10.200.2.209
SERVER IP ADDRESS: 10.200.1.63
=============================================================

>
2022-02-08 15:43:49,571 DEBUG 
[org.apereo.cas.web.flow.resolver.impl.DefaultCasDelegatingWebflowEventResolver]
 - <1 errors, 0 successes>
org.apereo.cas.authentication.AuthenticationException: 1 errors, 0 successes
        at 
org.apereo.cas.authentication.DefaultAuthenticationManager.evaluateFinalAuthentication(DefaultAuthenticationManager.java:348)
 ~[cas-server-core-authentication-api-6.5.0-SNAPSHOT.jar!/:6.5.0-SNAPSHOT]
        at 
org.apereo.cas.authentication.DefaultAuthenticationManager.authenticateInternal(DefaultAuthenticationManager.java:326)
 ~[cas-server-core-authentication-api-6.5.0-SNAPSHOT.jar!/:6.5.0-SNAPSHOT]
        at 
org.apereo.cas.authentication.DefaultAuthenticationManager.authenticate(DefaultAuthenticationManager.java:68)
 ~[cas-server-core-authentication-api-6.5.0-SNAPSHOT.jar!/:6.5.0-SNAPSHOT]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[?:?]
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 ~[?:?]
        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
        at 
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344)
 ~[spring-aop-5.3.15.jar!/:5.3.15]
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
 ~[spring-aop-5.3.15.jar!/:5.3.15]
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
 ~[spring-aop-5.3.15.jar!/:5.3.15]
        at 
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
 ~[spring-aop-5.3.15.jar!/:5.3.15]
        at 
org.apereo.inspektr.audit.AuditTrailManagementAspect.handleAuditTrail(AuditTrailManagementAspect.java:186)
 ~[inspektr-audit-1.8.17.GA.jar!/:1.8.17.GA]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
~[?:?]
        at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 ~[?:?]
        at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
        at 
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
 ~[spring-aop-5.3.15.jar!/:5.3.15]
        at 
org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
 ~[spring-aop-5.3.15.jar!/:5.3.15]
        at 
org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
 ~[spring-aop-5.3.15.jar!/:5.3.15]
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
 ~[spring-aop-5.3.15.jar!/:5.3.15]
        at 
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
 ~[spring-aop-5.3.15.jar!/:5.3.15]
        at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
 ~[spring-aop-5.3.15.jar!/:5.3.15]
        at 
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)
 ~[spring-aop-5.3.15.jar!/:5.3.15]
        at com.sun.proxy.$Proxy215.authenticate(Unknown Source) ~[?:?]
        at 
org.apereo.cas.authentication.DefaultAuthenticationTransactionManager.handle(DefaultAuthenticationTransactionManager.java:33)
 ~[cas-server-core-authentication-api-6.5.0-SNAPSHOT.jar!/:6.5.0-SNAPSHOT]
        at 
org.apereo.cas.authentication.DefaultAuthenticationSystemSupport.handleAuthenticationTransaction(DefaultAuthenticationSystemSupport.java:60)
 ~[cas-server-core-authentication-api-6.5.0-SNAPSHOT.jar!/:6.5.0-SNAPSHOT]
        at 
org.apereo.cas.authentication.DefaultAuthenticationSystemSupport.handleInitialAuthenticationTransaction(DefaultAuthenticationSystemSupport.java:39)
 ~[cas-server-core-authentication-api-6.5.0-SNAPSHOT.jar!/:6.5.0-SNAPSHOT]
        at 
org.apereo.cas.web.flow.resolver.impl.DefaultCasDelegatingWebflowEventResolver.resolveInternal(DefaultCasDelegatingWebflowEventResolver.java:64)
 ~[cas-server-core-webflow-api-6.5.0-SNAPSHOT.jar!/:6.5.0-SNAPSHOT]
        at 
org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver.resolve(AbstractCasWebflowEventResolver.java:107)
 ~[cas-server-core-webflow-api-6.5.0-SNAPSHOT.jar!/:6.5.0-SNAPSHOT]
        at 
org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver.resolveSingle(AbstractCasWebflowEventResolver.java:112)
 ~[cas-server-core-webflow-api-6.5.0-SNAPSHOT.jar!/:6.5.0-SNAPSHOT]
        at 
org.apereo.cas.web.flow.actions.AbstractAuthenticationAction.doExecute(AbstractAuthenticationAction.java:63)
 ~[cas-server-core-webflow-api-6.5.0-SNAPSHOT.jar!/:6.5.0-SNAPSHOT]
        at 
org.springframework.webflow.action.AbstractAction.execute(AbstractAction.java:188)
 ~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:51)
 ~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.action.EvaluateAction.doExecute(EvaluateAction.java:77)
 ~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.action.AbstractAction.execute(AbstractAction.java:188)
 ~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:51)
 ~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:101) 
~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at org.springframework.webflow.engine.State.enter(State.java:194) 
~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.engine.Transition.execute(Transition.java:228) 
~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.engine.impl.FlowExecutionImpl.execute(FlowExecutionImpl.java:395)
 ~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.engine.impl.RequestControlContextImpl.execute(RequestControlContextImpl.java:214)
 ~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.engine.TransitionableState.handleEvent(TransitionableState.java:116)
 ~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at org.springframework.webflow.engine.Flow.handleEvent(Flow.java:547) 
~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.engine.impl.FlowExecutionImpl.handleEvent(FlowExecutionImpl.java:390)
 ~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.engine.impl.RequestControlContextImpl.handleEvent(RequestControlContextImpl.java:210)
 ~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.engine.ViewState.handleEvent(ViewState.java:231) 
~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.engine.ViewState.resume(ViewState.java:195) 
~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at org.springframework.webflow.engine.Flow.resume(Flow.java:537) 
~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.engine.impl.FlowExecutionImpl.resume(FlowExecutionImpl.java:259)
 ~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.executor.FlowExecutorImpl.resumeExecution(FlowExecutorImpl.java:168)
 ~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.webflow.mvc.servlet.FlowHandlerAdapter.handle(FlowHandlerAdapter.java:254)
 ~[spring-webflow-2.5.1.RELEASE.jar!/:2.5.1.RELEASE]
        at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
 ~[spring-webmvc-5.3.15.jar!/:5.3.15]
        at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
 ~[spring-webmvc-5.3.15.jar!/:5.3.15]
        at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
 ~[spring-webmvc-5.3.15.jar!/:5.3.15]
        at 
org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
 ~[spring-webmvc-5.3.15.jar!/:5.3.15]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:665) 
~[javax.servlet-api-4.0.1.jar!/:4.0.1]
        at 
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
 ~[spring-webmvc-5.3.15.jar!/:5.3.15]
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:750) 
~[javax.servlet-api-4.0.1.jar!/:4.0.1]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apereo.cas.web.support.AuthenticationCredentialsThreadLocalBinderClearingFilter.doFilter(AuthenticationCredentialsThreadLocalBinderClearingFilter.java:28)
 ~[cas-server-core-web-api-6.5.0-SNAPSHOT.jar!/:6.5.0-SNAPSHOT]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apereo.cas.web.support.filters.RequestParameterPolicyEnforcementFilter.doFilter(RequestParameterPolicyEnforcementFilter.java:401)
 ~[cas-server-core-web-api-6.5.0-SNAPSHOT.jar!/:6.5.0-SNAPSHOT]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apereo.cas.web.support.filters.ResponseHeadersEnforcementFilter.doFilter(ResponseHeadersEnforcementFilter.java:200)
 ~[cas-server-core-web-api-6.5.0-SNAPSHOT.jar!/:6.5.0-SNAPSHOT]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apereo.cas.web.support.filters.AddResponseHeadersFilter.doFilter(AddResponseHeadersFilter.java:62)
 ~[cas-server-core-web-api-6.5.0-SNAPSHOT.jar!/:6.5.0-SNAPSHOT]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:204)
 ~[spring-security-web-5.6.1.jar!/:5.6.1]
        at 
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183)
 ~[spring-security-web-5.6.1.jar!/:5.6.1]
        at 
org.springframework.security.web.debug.DebugFilter.invokeWithWrappedRequest(DebugFilter.java:90)
 ~[spring-security-web-5.6.1.jar!/:5.6.1]
        at 
org.springframework.security.web.debug.DebugFilter.doFilter(DebugFilter.java:78)
 ~[spring-security-web-5.6.1.jar!/:5.6.1]
        at 
org.springframework.security.web.debug.DebugFilter.doFilter(DebugFilter.java:67)
 ~[spring-security-web-5.6.1.jar!/:5.6.1]
        at 
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354)
 ~[spring-web-5.3.15.jar!/:5.3.15]
        at 
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267)
 ~[spring-web-5.3.15.jar!/:5.3.15]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
 ~[spring-web-5.3.15.jar!/:5.3.15]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 ~[spring-web-5.3.15.jar!/:5.3.15]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
 ~[spring-web-5.3.15.jar!/:5.3.15]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 ~[spring-web-5.3.15.jar!/:5.3.15]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96)
 ~[spring-boot-actuator-2.6.3.jar!/:2.6.3]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 ~[spring-web-5.3.15.jar!/:5.3.15]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apereo.cas.logging.web.ThreadContextMDCServletFilter.doFilter(ThreadContextMDCServletFilter.java:104)
 ~[cas-server-core-logging-6.5.0-SNAPSHOT.jar!/:6.5.0-SNAPSHOT]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apereo.inspektr.common.web.ClientInfoThreadLocalFilter.doFilter(ClientInfoThreadLocalFilter.java:66)
 ~[inspektr-common-1.8.17.GA.jar!/:1.8.17.GA]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
 ~[spring-web-5.3.15.jar!/:5.3.15]
        at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117)
 ~[spring-web-5.3.15.jar!/:5.3.15]
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) 
~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) 
~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:687)
 ~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:769) 
~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359) 
~[tomcat-catalina-9.0.58.jar!/:9.0.58]
        at 
org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) 
~[tomcat-embed-core-9.0.58.jar!/:9.0.58]
        at 
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
 ~[tomcat-embed-core-9.0.58.jar!/:9.0.58]
        at 
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:889)
 ~[tomcat-embed-core-9.0.58.jar!/:9.0.58]
        at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1735)
 ~[tomcat-embed-core-9.0.58.jar!/:9.0.58]
        at 
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) 
~[tomcat-embed-core-9.0.58.jar!/:9.0.58]
        at 
org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
 ~[tomcat-embed-core-9.0.58.jar!/:9.0.58]
        at 
org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
 ~[tomcat-embed-core-9.0.58.jar!/:9.0.58]
        at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
 ~[tomcat-embed-core-9.0.58.jar!/:9.0.58]
        at java.lang.Thread.run(Thread.java:829) [?:?]
2022-02-08 15:43:49,571 DEBUG 
[org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver] - 
<Resolved single event [authenticationFailure] via 
[org.apereo.cas.web.flow.resolver.impl.DefaultCasDelegatingWebflowEventResolver]
 for this context>
2022-02-08 15:43:49,572 DEBUG 
[org.apereo.cas.web.flow.actions.AuthenticationExceptionHandlerAction] - 
<Located current event [authenticationFailure]>
2022-02-08 15:43:49,572 DEBUG 
[org.apereo.cas.web.flow.actions.AuthenticationExceptionHandlerAction] - 
<Located error attribute [class 
org.apereo.cas.authentication.AuthenticationException] with message [1 errors, 
0 successes] from the current event>
2022-02-08 15:43:49,576 DEBUG 
[org.apereo.cas.web.flow.actions.AuthenticationExceptionHandlerAction] - <Final 
event id resolved from the error is [AccountNotFoundException]>
2022-02-08 15:44:22,043 INFO [org.apereo.cas.services.AbstractServicesManager] 
- <Loaded [0] service(s) from [JsonServiceRegistry].>
2022-02-08 15:45:22,044 INFO [org.apereo.cas.services.AbstractServicesManager] 
- <Loaded [0] service(s) from [JsonServiceRegistry].>
2022-02-08 15:45:32,057 INFO 
[org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner] - <[0] expired 
tickets removed.>
2022-02-08 15:46:22,046 INFO [org.apereo.cas.services.AbstractServicesManager] 
- <Loaded [0] service(s) from [JsonServiceRegistry].>
2022-02-08 15:47:22,047 INFO [org.apereo.cas.services.AbstractServicesManager] 
- <Loaded [0] service(s) from [JsonServiceRegistry].>
<============-> 95% EXECUTING [5m 7s]
> IDLE
> IDLE
> :run
> IDLE

Reply via email to