Glad to hear that
2018-02-07 17:30 GMT-03:00 Cheltenham, Chris <[email protected]>:
> Man,
>
>
>
> I was able to fix the ldap issue.
>
> It was a faulty ldap.conf client configuration.
>
> I have the cs.properties file set to debug
>
>
>
> I have some logging data –
>
>
>
> [root@devcas5 logs]# cat catalina.out | grep -i error
>
> 2018-02-07 15:26:24,308 INFO
> [org.springframework.boot.web.servlet.FilterRegistrationBean]
> - <Mapping filter: 'errorPageFilter' to: [/*]>
>
> 2018-02-07 15:26:30,644 INFO [org.springframework.web.
> servlet.mvc.method.annotation.RequestMappingHandlerMapping] - <Mapped
> "{[/error],produces=[text/html]}" onto public
> org.springframework.web.servlet.ModelAndView
> org.springframework.boot.autoconfigure.web.BasicErrorController.
> errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.
> HttpServletResponse)>
>
> 2018-02-07 15:26:30,646 INFO [org.springframework.web.
> servlet.mvc.method.annotation.RequestMappingHandlerMapping] - <Mapped
> "{[/error]}" onto public org.springframework.http.
> ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>>
> org.springframework.boot.autoconfigure.web.BasicErrorController.error(
> javax.servlet.http.HttpServletRequest)>
>
> 2018-02-07 15:27:33,591 INFO
> [org.springframework.web.socket.config.WebSocketMessageBrokerStats]
> - <WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0
> closed abnormally (0 connect failure, 0 send limit, 0 transport error)],
> stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)],
> stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0,
> queued tasks = 0, completed tasks = 0], outboundChannelpool size = 0,
> active threads = 0, queued tasks = 0, completed tasks = 0],
> sockJsScheduler[pool size = 2, active threads = 1, queued tasks = 3,
> completed tasks = 27]>
>
> [root@devcas5 logs]# cat catalina.out | grep -i debug
>
> 07-Feb-2018 15:25:45.320 INFO [localhost-startStop-1]
> org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was
> scanned for TLDs yet contained no TLDs. Enable debug logging for this
> logger for a complete list of JARs that were scanned but no TLDs were found
> in them. Skipping unneeded JARs during scanning can improve startup time
> and JSP compilation time.
>
> 2018-02-07 15:26:24,941 DEBUG [org.apereo.cas.config.
> CasCoreAuthenticationConfiguration] - <Configuring authentication
> execution plan [CasCoreAuthenticationHandlersConfiguration]>
>
> 2018-02-07 15:26:24,947 DEBUG [org.apereo.cas.config.
> CasCoreAuthenticationConfiguration] - <Configuring authentication
> execution plan [CasCoreAuthenticationHandlersConfiguration]>
>
> 2018-02-07 15:26:24,969 DEBUG [org.apereo.cas.authentication.
> DefaultAuthenticationEventExecutionPlan] - <Registering handler [
> HttpBasedServiceCredentialsAuthenticationHandler] principal resolver
> [org.apereo.cas.authentication.principal.resolvers.
> ProxyingPrincipalResolver@50ffe03d[]] into the execution plan>
>
> 2018-02-07 15:26:24,979 DEBUG [org.apereo.cas.config.
> CasCoreAuthenticationConfiguration] - <Configuring authentication
> execution plan [CasCoreAuthenticationMetadataConfiguration]>
>
> 2018-02-07 15:26:24,989 DEBUG [org.apereo.cas.authentication.
> DefaultAuthenticationEventExecutionPlan] - <Registering metadata
> populator [org.apereo.cas.authentication.metadata.
> SuccessfulHandlerMetaDataPopulator@3623dcab[order=-2147483648]] into the
> execution plan>
>
> 2018-02-07 15:26:24,997 DEBUG [org.apereo.cas.authentication.
> DefaultAuthenticationEventExecutionPlan] - <Registering metadata
> populator [org.apereo.cas.authentication.metadata.
> RememberMeAuthenticationMetaDataPopulator@6bb56375[order=-2147483648]]
> into the execution plan>
>
> 2018-02-07 15:26:25,004 DEBUG [org.apereo.cas.authentication.
> DefaultAuthenticationEventExecutionPlan] - <Registering metadata
> populator [org.apereo.cas.authentication.metadata.
> AuthenticationCredentialTypeMetaDataPopulator@67d5898d[order=-2147483648]]
> into the execution plan>
>
> 2018-02-07 15:26:25,004 DEBUG [org.apereo.cas.config.
> CasCoreAuthenticationConfiguration] - <Configuring authentication
> execution plan [AcceptUsersAuthenticationEventExecutionPlanConfiguration]>
>
> 2018-02-07 15:26:25,018 DEBUG
> [org.apereo.cas.authentication.support.password.PasswordEncoderUtils]
> - <No password encoder shall be created given the requested encoder type
> [NONE]>
>
> 2018-02-07 15:26:25,130 DEBUG [org.apereo.cas.config.
> CasPersonDirectoryConfiguration] - <Final list of attribute repositories
> is [[]]>
>
> 2018-02-07 15:26:25,132 DEBUG [org.apereo.cas.config.
> CasCoreAuthenticationPrincipalConfiguration] - <Attribute repository
> sources are not available for principal resolution so principal resolver
> will echo back the principal resolved during authentication directly.>
>
> 2018-02-07 15:26:25,038 DEBUG [org.apereo.cas.authentication.
> DefaultAuthenticationEventExecutionPlan] - <Final list of attribute
> repositories is [[]]org.apereo.cas.authentication.principal.resolvers.
> ChainingPrincipalResolver@25737659[chain=[org.apereo.
> cas.authentication.principal.resolvers.EchoingPrincipalResolver@31da9ee5[]]]]
> into the execution plan>
>
> 2018-02-07 15:26:26,341 DEBUG
> [org.apereo.cas.config.CasCoreTicketsConfiguration]
> - <Ticket-granting ticket expiration policy is based on hard/idle timeouts
> of [28800]/[7200] seconds>
>
> 2018-02-07 15:26:26,482 DEBUG [org.apereo.cas.config.CasCoreConfiguration]
> - <Configuring authentication request service selection strategy plan [
> CasCoreAuthenticationServiceSelectionStrategyConfiguration]>
>
> 2018-02-07 15:26:26,878 DEBUG
> [org.apereo.cas.monitor.config.CasCoreMonitorConfiguration]
> - <Configured memory monitor with free-memory threshold [10]>
>
> 2018-02-07 15:26:26,879 DEBUG
> [org.apereo.cas.monitor.config.CasCoreMonitorConfiguration]
> - <Configured session monitor with service ticket threshold [5000] and
> session threshold [10000]>
>
> 2018-02-07 15:26:27,199 DEBUG [org.apereo.cas.web.report.util.ControllerUtils]
> - <Located logging configuration reference in the environment as
> [file:/etc/cas/log4j2.xml]>
>
> 2018-02-07 15:26:27,204 DEBUG [org.apereo.cas.web.report.util.ControllerUtils]
> - <Loaded logging configuration resource [URL [file:/etc/cas/log4j2.xml]].
> Initializing logger context...>
>
> 2018-02-07 15:26:38,419 DEBUG
> [org.apereo.cas.services.AbstractServicesManager]
> - <Loading services from [InMemoryServiceRegistry]>
>
> 2018-02-07 15:26:38,495 DEBUG
> [org.apereo.cas.config.CasCoreTicketsConfiguration]
> - <Protocol tickets generated by CAS are not signed/encrypted.>
>
> 2018-02-07 15:26:38,619 DEBUG
> [org.apereo.cas.services.ServiceRegistryInitializer]
> - <Service registry contains [0] service definitions>
>
> 2018-02-07 15:26:38,717 DEBUG [org.apereo.cas.pm.config.
> PasswordManagementConfiguration] - <Password management is disabled. To
> enable the password management functionality, add
> 'cas.authn.pm.enabled=true' to the CAS configuration and then configure
> storage options for account updates>
>
> 2018-02-07 15:26:38,811 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Initializing CAS webflow configuration...>
>
> 2018-02-07 15:26:38,811 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casAuthenticationBlockedView]>
>
> 2018-02-07 15:26:38,812 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casBadWorkstationView]>
>
> 2018-02-07 15:26:38,812 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casBadHoursView]>
>
> 2018-02-07 15:26:38,812 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casAccountLockedView]>
>
> 2018-02-07 15:26:38,812 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casAccountDisabledView]>
>
> 2018-02-07 15:26:38,812 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casPasswordUpdateSuccess]>
>
> 2018-02-07 15:26:38,812 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casExpiredPassView]>
>
> 2018-02-07 15:26:38,812 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casMustChangePassView]>
>
> 2018-02-07 15:26:38,833 DEBUG
> [org.apereo.cas.util.cipher.BaseStringCipherExecutor]
> - <Located encryption key to use for [Ticket-granting Cookie]>
>
> 2018-02-07 15:26:38,833 DEBUG
> [org.apereo.cas.util.cipher.BaseStringCipherExecutor]
> - <Creating encryption key instance based on provided secret key>
>
> 2018-02-07 15:26:38,844 DEBUG
> [org.apereo.cas.util.cipher.BaseStringCipherExecutor]
> - <Initialized cipher encryption sequence via content encryption
> [A128CBC-HS256] and algorithm [dir]>
>
> 2018-02-07 15:26:38,844 DEBUG
> [org.apereo.cas.util.cipher.BaseStringCipherExecutor]
> - <Located signing key to use for [Ticket-granting Cookie]>
>
> 2018-02-07 15:26:38,844 DEBUG
> [org.apereo.cas.util.cipher.AbstractCipherExecutor]
> - <Created signing key instance [AesKey] based on provided secret key>
>
> 2018-02-07 15:26:39,367 DEBUG
> [org.apereo.cas.util.cipher.AbstractCipherExecutor]
> - <Created signing key instance [AesKey] based on provided secret key>
>
> 2018-02-07 15:26:39,371 DEBUG
> [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor]
> - <Secret key for encryption defined under [cas.webflow.crypto.encryption.key]
> is Base64 encoded.>
>
> 2018-02-07 15:26:59,474 DEBUG
> [org.apereo.cas.services.AbstractServicesManager]
> - <Loading services from [InMemoryServiceRegistry]>
>
> 2018-02-07 15:27:09,482 DEBUG [org.apereo.cas.authentication.
> PseudoPlatformTransactionManager] - <Creating new transaction with name
> [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner.clean]:
> PROPAGATION_REQUIRED,ISOLATION_DEFAULT; 'ticketTransactionManager'>
>
> 2018-02-07 15:27:09,483 DEBUG [org.apereo.cas.authentication.
> PseudoPlatformTransactionManager] - <Creating new transaction with name
> [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner.clean]:
> PROPAGATION_REQUIRED,ISOLATION_DEFAULT; 'ticketTransactionManager'>
>
> 2018-02-07 15:27:09,491 DEBUG
> [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner]
> - <Attempting to acquire ticket cleanup lock.>
>
> 2018-02-07 15:27:09,491 DEBUG
> [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner]
> - <Acquired lock. Proceeding with cleanup.>
>
> 2018-02-07 15:27:09,501 DEBUG
> [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner]
> - <Releasing ticket cleanup lock.>
>
> 2018-02-07 15:27:09,501 DEBUG
> [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner]
> - <Finished ticket cleanup.>
>
> 2018-02-07 15:27:09,503 DEBUG [org.apereo.cas.authentication.
> PseudoPlatformTransactionManager] - <Initiating transaction commit>
>
> 2018-02-07 15:27:09,503 DEBUG [org.apereo.cas.authentication.
> PseudoPlatformTransactionManager] - <Resuming suspended transaction after
> completion of inner transaction>
>
> 2018-02-07 15:27:09,503 DEBUG [org.apereo.cas.authentication.
> PseudoPlatformTransactionManager] - <Initiating transaction commit>
>
> [root@devcas5 logs]# cat catalina.out | grep -i debug
>
> 07-Feb-2018 15:25:45.320 INFO [localhost-startStop-1]
> org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was
> scanned for TLDs yet contained no TLDs. Enable debug logging for this
> logger for a complete list of JARs that were scanned but no TLDs were found
> in them. Skipping unneeded JARs during scanning can improve startup time
> and JSP compilation time.
>
> 2018-02-07 15:26:24,941 DEBUG [org.apereo.cas.config.
> CasCoreAuthenticationConfiguration] - <Configuring authentication
> execution plan [CasCoreAuthenticationHandlersConfiguration]>
>
> 2018-02-07 15:26:24,947 DEBUG [org.apereo.cas.config.
> CasCoreAuthenticationConfiguration] - <Configuring authentication
> execution plan [CasCoreAuthenticationHandlersConfiguration]>
>
> 2018-02-07 15:26:24,969 DEBUG [org.apereo.cas.authentication.
> DefaultAuthenticationEventExecutionPlan] - <Registering handler [
> HttpBasedServiceCredentialsAuthenticationHandler] principal resolver
> [org.apereo.cas.authentication.principal.resolvers.
> ProxyingPrincipalResolver@50ffe03d[]] into the execution plan>
>
> 2018-02-07 15:26:24,979 DEBUG [org.apereo.cas.config.
> CasCoreAuthenticationConfiguration] - <Configuring authentication
> execution plan [CasCoreAuthenticationMetadataConfiguration]>
>
> 2018-02-07 15:26:24,989 DEBUG [org.apereo.cas.authentication.
> DefaultAuthenticationEventExecutionPlan] - <Registering metadata
> populator [org.apereo.cas.authentication.metadata.
> SuccessfulHandlerMetaDataPopulator@3623dcab[order=-2147483648]] into the
> execution plan>
>
> 2018-02-07 15:26:24,997 DEBUG [org.apereo.cas.authentication.
> DefaultAuthenticationEventExecutionPlan] - <Registering metadata
> populator [org.apereo.cas.authentication.metadata.
> RememberMeAuthenticationMetaDataPopulator@6bb56375[order=-2147483648]]
> into the execution plan>
>
> 2018-02-07 15:26:25,004 DEBUG [org.apereo.cas.authentication.
> DefaultAuthenticationEventExecutionPlan] - <Registering metadata
> populator [org.apereo.cas.authentication.metadata.
> AuthenticationCredentialTypeMetaDataPopulator@67d5898d[order=-2147483648]]
> into the execution plan>
>
> 2018-02-07 15:26:25,004 DEBUG [org.apereo.cas.config.
> CasCoreAuthenticationConfiguration] - <Configuring authentication
> execution plan [AcceptUsersAuthenticationEventExecutionPlanConfiguration]>
>
> 2018-02-07 15:26:25,018 DEBUG
> [org.apereo.cas.authentication.support.password.PasswordEncoderUtils]
> - <No password encoder shall be created given the requested encoder type
> [NONE]>
>
> 2018-02-07 15:26:25,130 DEBUG [org.apereo.cas.config.
> CasPersonDirectoryConfiguration] - <Final list of attribute repositories
> is [[]]>
>
> 2018-02-07 15:26:25,132 DEBUG [org.apereo.cas.config.
> CasCoreAuthenticationPrincipalConfiguration] - <Attribute repository
> sources are not available for principal resolution so principal resolver
> will echo back the principal resolved during authentication directly.>
>
> 2018-02-07 15:26:25,038 DEBUG [org.apereo.cas.authentication.
> DefaultAuthenticationEventExecutionPlan] - <Final list of attribute
> repositories is [[]]org.apereo.cas.authentication.principal.resolvers.
> ChainingPrincipalResolver@25737659[chain=[org.apereo.
> cas.authentication.principal.resolvers.EchoingPrincipalResolver@31da9ee5[]]]]
> into the execution plan>
>
> 2018-02-07 15:26:26,341 DEBUG
> [org.apereo.cas.config.CasCoreTicketsConfiguration]
> - <Ticket-granting ticket expiration policy is based on hard/idle timeouts
> of [28800]/[7200] seconds>
>
> 2018-02-07 15:26:26,482 DEBUG [org.apereo.cas.config.CasCoreConfiguration]
> - <Configuring authentication request service selection strategy plan [
> CasCoreAuthenticationServiceSelectionStrategyConfiguration]>
>
> 2018-02-07 15:26:26,878 DEBUG
> [org.apereo.cas.monitor.config.CasCoreMonitorConfiguration]
> - <Configured memory monitor with free-memory threshold [10]>
>
> 2018-02-07 15:26:26,879 DEBUG
> [org.apereo.cas.monitor.config.CasCoreMonitorConfiguration]
> - <Configured session monitor with service ticket threshold [5000] and
> session threshold [10000]>
>
> 2018-02-07 15:26:27,199 DEBUG [org.apereo.cas.web.report.util.ControllerUtils]
> - <Located logging configuration reference in the environment as
> [file:/etc/cas/log4j2.xml]>
>
> 2018-02-07 15:26:27,204 DEBUG [org.apereo.cas.web.report.util.ControllerUtils]
> - <Loaded logging configuration resource [URL [file:/etc/cas/log4j2.xml]].
> Initializing logger context...>
>
> 2018-02-07 15:26:38,419 DEBUG
> [org.apereo.cas.services.AbstractServicesManager]
> - <Loading services from [InMemoryServiceRegistry]>
>
> 2018-02-07 15:26:38,495 DEBUG
> [org.apereo.cas.config.CasCoreTicketsConfiguration]
> - <Protocol tickets generated by CAS are not signed/encrypted.>
>
> 2018-02-07 15:26:38,619 DEBUG
> [org.apereo.cas.services.ServiceRegistryInitializer]
> - <Service registry contains [0] service definitions>
>
> 2018-02-07 15:26:38,717 DEBUG [org.apereo.cas.pm.config.
> PasswordManagementConfiguration] - <Password management is disabled. To
> enable the password management functionality, add
> 'cas.authn.pm.enabled=true' to the CAS configuration and then configure
> storage options for account updates>
>
> 2018-02-07 15:26:38,811 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Initializing CAS webflow configuration...>
>
> 2018-02-07 15:26:38,811 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casAuthenticationBlockedView]>
>
> 2018-02-07 15:26:38,812 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casBadWorkstationView]>
>
> 2018-02-07 15:26:38,812 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casBadHoursView]>
>
> 2018-02-07 15:26:38,812 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casAccountLockedView]>
>
> 2018-02-07 15:26:38,812 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casAccountDisabledView]>
>
> 2018-02-07 15:26:38,812 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casPasswordUpdateSuccess]>
>
> 2018-02-07 15:26:38,812 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casExpiredPassView]>
>
> 2018-02-07 15:26:38,812 DEBUG
> [org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer]
> - <Added view state [casMustChangePassView]>
>
> 2018-02-07 15:26:38,833 DEBUG
> [org.apereo.cas.util.cipher.BaseStringCipherExecutor]
> - <Located encryption key to use for [Ticket-granting Cookie]>
>
> 2018-02-07 15:26:38,833 DEBUG
> [org.apereo.cas.util.cipher.BaseStringCipherExecutor]
> - <Creating encryption key instance based on provided secret key>
>
> 2018-02-07 15:26:38,844 DEBUG
> [org.apereo.cas.util.cipher.BaseStringCipherExecutor]
> - <Initialized cipher encryption sequence via content encryption
> [A128CBC-HS256] and algorithm [dir]>
>
> 2018-02-07 15:26:38,844 DEBUG
> [org.apereo.cas.util.cipher.BaseStringCipherExecutor]
> - <Located signing key to use for [Ticket-granting Cookie]>
>
> 2018-02-07 15:26:38,844 DEBUG
> [org.apereo.cas.util.cipher.AbstractCipherExecutor]
> - <Created signing key instance [AesKey] based on provided secret key>
>
> 2018-02-07 15:26:39,367 DEBUG
> [org.apereo.cas.util.cipher.AbstractCipherExecutor]
> - <Created signing key instance [AesKey] based on provided secret key>
>
> 2018-02-07 15:26:39,371 DEBUG
> [org.apereo.cas.util.cipher.BaseBinaryCipherExecutor]
> - <Secret key for encryption defined under [cas.webflow.crypto.encryption.key]
> is Base64 encoded.>
>
> 2018-02-07 15:26:59,474 DEBUG
> [org.apereo.cas.services.AbstractServicesManager]
> - <Loading services from [InMemoryServiceRegistry]>
>
> 2018-02-07 15:27:09,482 DEBUG [org.apereo.cas.authentication.
> PseudoPlatformTransactionManager] - <Creating new transaction with name
> [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner.clean]:
> PROPAGATION_REQUIRED,ISOLATION_DEFAULT; 'ticketTransactionManager'>
>
> 2018-02-07 15:27:09,483 DEBUG [org.apereo.cas.authentication.
> PseudoPlatformTransactionManager] - <Creating new transaction with name
> [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner.clean]:
> PROPAGATION_REQUIRED,ISOLATION_DEFAULT; 'ticketTransactionManager'>
>
> 2018-02-07 15:27:09,491 DEBUG
> [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner]
> - <Attempting to acquire ticket cleanup lock.>
>
> 2018-02-07 15:27:09,491 DEBUG
> [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner]
> - <Acquired lock. Proceeding with cleanup.>
>
> 2018-02-07 15:27:09,501 DEBUG
> [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner]
> - <Releasing ticket cleanup lock.>
>
> 2018-02-07 15:27:09,501 DEBUG
> [org.apereo.cas.ticket.registry.DefaultTicketRegistryCleaner]
> - <Finished ticket cleanup.>
>
> 2018-02-07 15:27:09,503 DEBUG [org.apereo.cas.authentication.
> PseudoPlatformTransactionManager] - <Initiating transaction commit>
>
> 2018-02-07 15:27:09,503 DEBUG [org.apereo.cas.authentication.
> PseudoPlatformTransactionManager] - <Resuming suspended transaction after
> completion of inner transaction>
>
> 2018-02-07 15:27:09,503 DEBUG [org.apereo.cas.authentication.
> PseudoPlatformTransactionManager] - <Initiating transaction commit>
>
> 2018-02-07 15:27:59,475 DEBUG
> [org.apereo.cas.services.AbstractServicesManager]
> - <Loading services from [InMemoryServiceRegistry]>
>
> 2018-02-07 15:28:12,463 DEBUG [org.apereo.cas.web.flow.InitialFlowSetupAction]
> - <Setting path for cookies for TGC cookie generator to: [/cas/] >
>
> 2018-02-07 15:28:12,469 DEBUG
> [org.apereo.cas.authentication.principal.WebApplicationServiceFactory]
> - <No service is specified in the request. Skipping service creation>
>
> 2018-02-07 15:28:12,469 DEBUG
> [org.apereo.cas.web.support.DefaultArgumentExtractor]
> - <No service could be extracted based on the given request>
>
> 2018-02-07 15:28:12,469 DEBUG
> [org.apereo.cas.web.support.AbstractArgumentExtractor]
> - <Extractor did not generate service.>
>
> 2018-02-07 15:28:12,487 DEBUG [org.apereo.cas.web.support.WebUtils] -
> <Evaluating request to determine if warning cookie should be generated>
>
> 2018-02-07 15:28:12,487 DEBUG [org.apereo.cas.web.flow.resolver.impl.
> RankedAuthenticationProviderWebflowEventResolver] - <No service is
> available to determine event for principal>
>
> 2018-02-07 15:28:12,487 DEBUG [org.apereo.cas.web.flow.resolver.impl.
> AbstractCasWebflowEventResolver] - <Resolved single event [success] via
> [org.apereo.cas.web.flow.resolver.impl.RankedAuthenticationProviderWebflowEventResolver]
> for this context>
>
> 2018-02-07 15:28:12,524 DEBUG [org.apereo.cas.web.flow.InitializeLoginAction]
> - <Initialized login sequence>
>
> 2018-02-07 15:28:12,775 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [CookieThemeResolver]>
>
> 2018-02-07 15:28:12,775 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [SessionThemeResolver]>
>
> 2018-02-07 15:28:12,776 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [RequestHeaderThemeResolver]>
>
> 2018-02-07 15:28:12,776 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [ServiceThemeResolver]>
>
> 2018-02-07 15:28:12,776 DEBUG
> [org.apereo.cas.services.web.ServiceThemeResolver]
> - <No service is found in the request context. Falling back to the default
> theme [cas-theme-default]>
>
> 2018-02-07 15:28:12,776 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [FixedThemeResolver]>
>
> 2018-02-07 15:28:12,776 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <No specific theme could be found. Using default theme
> [cas-theme-default}>
>
> 2018-02-07 15:28:13,753 DEBUG
> [org.apereo.cas.web.view.CasReloadableMessageBundle]
> - <No properties file found for [classpath:custom_messages_en] - neither
> plain properties nor XML>
>
> 2018-02-07 15:28:13,753 DEBUG
> [org.apereo.cas.web.view.CasReloadableMessageBundle]
> - <No properties file found for [classpath:custom_messages] - neither plain
> properties nor XML>
>
> 2018-02-07 15:28:13,754 DEBUG
> [org.apereo.cas.web.view.CasReloadableMessageBundle]
> - <No properties file found for [classpath:messages_en] - neither plain
> properties nor XML>
>
> 2018-02-07 15:28:13,754 DEBUG
> [org.apereo.cas.web.view.CasReloadableMessageBundle]
> - <Loading properties [messages.properties] with encoding 'UTF-8'>
>
> 2018-02-07 15:28:13,901 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [CookieThemeResolver]>
>
> 2018-02-07 15:28:13,901 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [SessionThemeResolver]>
>
> 2018-02-07 15:28:13,901 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [RequestHeaderThemeResolver]>
>
> 2018-02-07 15:28:13,901 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [ServiceThemeResolver]>
>
> 2018-02-07 15:28:13,901 DEBUG
> [org.apereo.cas.services.web.ServiceThemeResolver]
> - <No service is found in the request context. Falling back to the default
> theme [cas-theme-default]>
>
> 2018-02-07 15:28:13,901 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [FixedThemeResolver]>
>
> 2018-02-07 15:28:13,901 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <No specific theme could be found. Using default theme
> [cas-theme-default}>
>
> 2018-02-07 15:28:16,403 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [CookieThemeResolver]>
>
> 2018-02-07 15:28:16,403 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [SessionThemeResolver]>
>
> 2018-02-07 15:28:16,403 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [RequestHeaderThemeResolver]>
>
> 2018-02-07 15:28:16,403 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [ServiceThemeResolver]>
>
> 2018-02-07 15:28:16,403 DEBUG
> [org.apereo.cas.services.web.ServiceThemeResolver]
> - <No service is found in the request context. Falling back to the default
> theme [cas-theme-default]>
>
> 2018-02-07 15:28:16,403 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [FixedThemeResolver]>
>
> 2018-02-07 15:28:16,403 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <No specific theme could be found. Using default theme
> [cas-theme-default}>
>
> 2018-02-07 15:28:16,416 DEBUG [org.apereo.cas.authentication.adaptive.
> DefaultAdaptiveAuthenticationPolicy] - <Located client IP address as
> [10.32.32.218]>
>
> 2018-02-07 15:28:16,416 DEBUG [org.apereo.cas.authentication.adaptive.
> DefaultAdaptiveAuthenticationPolicy] - <User agent [Mozilla/5.0 (Windows
> NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0.4
> Waterfox/56.0.4] is authorized to proceed>
>
> 2018-02-07 15:28:16,416 DEBUG [org.apereo.cas.authentication.adaptive.
> DefaultAdaptiveAuthenticationPolicy] - <Adaptive authentication policy
> has authorized client [10.32.32.218] to proceed.>
>
> 2018-02-07 15:28:16,416 DEBUG [org.apereo.cas.web.support.WebUtils] -
> <Evaluating request to determine if warning cookie should be generated>
>
> 2018-02-07 15:28:16,416 DEBUG [org.apereo.cas.web.flow.resolver.impl.
> ServiceTicketRequestWebflowEventResolver] - <Located ticket-granting
> ticket [null] from the request context>
>
> 2018-02-07 15:28:16,416 DEBUG [org.apereo.cas.web.flow.resolver.impl.
> ServiceTicketRequestWebflowEventResolver] - <Located service [null] from
> the request context>
>
> 2018-02-07 15:28:16,416 DEBUG [org.apereo.cas.web.flow.resolver.impl.
> ServiceTicketRequestWebflowEventResolver] - <Provided value for [renew]
> request parameter is [null]>
>
> 2018-02-07 15:28:16,416 DEBUG [org.apereo.cas.web.flow.resolver.impl.
> ServiceTicketRequestWebflowEventResolver] - <Request is not eligible to
> be issued service tickets just yet>
>
> 2018-02-07 15:28:16,416 DEBUG [org.apereo.cas.web.support.WebUtils] -
> <Evaluating request to determine if warning cookie should be generated>
>
> 2018-02-07 15:28:16,448 DEBUG [org.apereo.cas.authentication.
> RegisteredServiceAuthenticationHandlerResolver] - <Authentication
> handlers used for this transaction are [AcceptUsersAuthenticationHandler,
> HttpBasedServiceCredentialsAuthenticationHandler]>
>
> 2018-02-07 15:28:16,450 DEBUG [org.apereo.cas.authentication.handler.
> support.AbstractUsernamePasswordAuthenticationHandler] - <Examining
> credential [ccheltenham-ext] eligibility for authentication handler [
> AcceptUsersAuthenticationHandler]>
>
> 2018-02-07 15:28:16,450 DEBUG [org.apereo.cas.authentication.handler.
> support.AbstractUsernamePasswordAuthenticationHandler] - <Credential
> [ccheltenham-ext] eligibility is [AcceptUsersAuthenticationHandler] for
> authentication handler [true]>
>
> 2018-02-07 15:28:16,451 DEBUG [org.apereo.cas.authentication.handler.
> support.AbstractUsernamePasswordAuthenticationHandler] - <Transforming
> credential username via [org.apereo.cas.util.transforms.
> ChainingPrincipalNameTransformer]>
>
> 2018-02-07 15:28:16,451 DEBUG [org.apereo.cas.authentication.handler.
> support.AbstractUsernamePasswordAuthenticationHandler] - <Attempting to
> encode credential password via [org.springframework.security.
> crypto.password.NoOpPasswordEncoder] for [ccheltenham-ext]>
>
> 2018-02-07 15:28:16,451 DEBUG [org.apereo.cas.authentication.handler.
> support.AbstractUsernamePasswordAuthenticationHandler] - <Attempting
> authentication internally for transformed credential [ccheltenham-ext]>
>
> 2018-02-07 15:28:16,451 DEBUG [org.apereo.cas.authentication.
> AcceptUsersAuthenticationHandler] - <[ccheltenham-ext] was not found in
> the map.>
>
> 2018-02-07 15:28:16,452 DEBUG [org.apereo.cas.authentication.
> PolicyBasedAuthenticationManager] - <[AcceptUsersAuthenticationHandler]
> exception details: [ccheltenham-ext not found in backing map.].>
>
> 2018-02-07 15:28:16,457 DEBUG [org.apereo.cas.web.flow.resolver.impl.
> InitialAuthenticationAttemptWebflowEventResolver] - <1 errors, 0
> successes>
>
> 2018-02-07 15:28:16,457 DEBUG [org.apereo.cas.web.flow.resolver.impl.
> AbstractCasWebflowEventResolver] - <Resolved single event
> [authenticationFailure] via [org.apereo.cas.web.flow.resolver.impl.
> InitialAuthenticationAttemptWebflowEventResolver] for this context>
>
> 2018-02-07 15:28:16,457 DEBUG [org.apereo.cas.web.flow.actions.
> AuthenticationExceptionHandlerAction] - <Located current event
> [authenticationFailure]>
>
> 2018-02-07 15:28:16,458 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>
>
> 2018-02-07 15:28:16,479 DEBUG [org.apereo.cas.web.flow.actions.
> AuthenticationExceptionHandlerAction] - <Final event id resolved from the
> error is [AccountNotFoundException]>
>
> 2018-02-07 15:28:16,479 DEBUG [org.apereo.cas.web.flow.InitializeLoginAction]
> - <Initialized login sequence>
>
> 2018-02-07 15:28:16,482 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [CookieThemeResolver]>
>
> 2018-02-07 15:28:16,482 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [SessionThemeResolver]>
>
> 2018-02-07 15:28:16,482 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [RequestHeaderThemeResolver]>
>
> 2018-02-07 15:28:16,482 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [ServiceThemeResolver]>
>
> 2018-02-07 15:28:16,482 DEBUG
> [org.apereo.cas.services.web.ServiceThemeResolver]
> - <No service is found in the request context. Falling back to the default
> theme [cas-theme-default]>
>
> 2018-02-07 15:28:16,482 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [FixedThemeResolver]>
>
> 2018-02-07 15:28:16,482 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <No specific theme could be found. Using default theme
> [cas-theme-default}>
>
> 2018-02-07 15:28:16,511 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [CookieThemeResolver]>
>
> 2018-02-07 15:28:16,511 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [SessionThemeResolver]>
>
> 2018-02-07 15:28:16,511 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [RequestHeaderThemeResolver]>
>
> 2018-02-07 15:28:16,511 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [ServiceThemeResolver]>
>
> 2018-02-07 15:28:16,511 DEBUG
> [org.apereo.cas.services.web.ServiceThemeResolver]
> - <No service is found in the request context. Falling back to the default
> theme [cas-theme-default]>
>
> 2018-02-07 15:28:16,511 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <Attempting to resolve theme via [FixedThemeResolver]>
>
> 2018-02-07 15:28:16,511 DEBUG
> [org.apereo.cas.services.web.ChainingThemeResolver]
> - <No specific theme could be found. Using default theme
> [cas-theme-default}>
>
> [root@devcas5 logs]# cat catalina.out | grep -i error
>
> 2018-02-07 15:26:24,308 INFO
> [org.springframework.boot.web.servlet.FilterRegistrationBean]
> - <Mapping filter: 'errorPageFilter' to: [/*]>
>
> 2018-02-07 15:26:30,644 INFO [org.springframework.web.
> servlet.mvc.method.annotation.RequestMappingHandlerMapping] - <Mapped
> "{[/error],produces=[text/html]}" onto public
> org.springframework.web.servlet.ModelAndView
> org.springframework.boot.autoconfigure.web.BasicErrorController.
> errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.
> HttpServletResponse)>
>
> 2018-02-07 15:26:30,646 INFO [org.springframework.web.
> servlet.mvc.method.annotation.RequestMappingHandlerMapping] - <Mapped
> "{[/error]}" onto public org.springframework.http.
> ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>>
> org.springframework.boot.autoconfigure.web.BasicErrorController.error(
> javax.servlet.http.HttpServletRequest)>
>
> 2018-02-07 15:27:33,591 INFO
> [org.springframework.web.socket.config.WebSocketMessageBrokerStats]
> - <WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0
> closed abnormally (0 connect failure, 0 send limit, 0 transport error)],
> stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)],
> stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0,
> queued tasks = 0, completed tasks = 0], outboundChannelpool size = 0,
> active threads = 0, queued tasks = 0, completed tasks = 0],
> sockJsScheduler[pool size = 2, active threads = 1, queued tasks = 3,
> completed tasks = 27]>
>
> 2018-02-07 15:28:16,452 ERROR [org.apereo.cas.authentication.
> PolicyBasedAuthenticationManager] - <Authentication has failed.
> Credentials may be incorrect or CAS cannot find authentication handler that
> supports [ccheltenham-ext] of type [UsernamePasswordCredential].>
>
> 2018-02-07 15:28:16,457 DEBUG [org.apereo.cas.web.flow.resolver.impl.
> InitialAuthenticationAttemptWebflowEventResolver] - <1 errors, 0
> successes>
>
> org.apereo.cas.authentication.AuthenticationException: 1 errors, 0
> successes
>
> at org.springframework.boot.web.support.ErrorPageFilter.
> doFilter(ErrorPageFilter.java:115) ~[spring-boot-1.5.8.RELEASE.
> jar:1.5.8.RELEASE]
>
> at org.springframework.boot.web.support.ErrorPageFilter.
> access$000(ErrorPageFilter.java:59) ~[spring-boot-1.5.8.RELEASE.
> jar:1.5.8.RELEASE]
>
> at org.springframework.boot.web.support.ErrorPageFilter$1.
> doFilterInternal(ErrorPageFilter.java:90) ~[spring-boot-1.5.8.RELEASE.
> jar:1.5.8.RELEASE]
>
> at org.springframework.boot.web.support.ErrorPageFilter.
> doFilter(ErrorPageFilter.java:108) ~[spring-boot-1.5.8.RELEASE.
> jar:1.5.8.RELEASE]
>
> at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
> ~[catalina.jar:8.5.23]
>
> 2018-02-07 15:28:16,458 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>
>
> 2018-02-07 15:28:16,479 DEBUG [org.apereo.cas.web.flow.actions.
> AuthenticationExceptionHandlerAction] - <Final event id resolved from the
> error is [AccountNotFoundException]>
>
> [root@devcas5 logs]#
>
>
>
> ===========================
>
> Thank You;
>
> Chris Cheltenham
> Technology Services
> The School District of Philadelphia
>
> Work # 215-400-5025
> Cell # 215-301-6571
>
> *From:* [email protected] [mailto:[email protected]] *On Behalf Of *Man
> H
> *Sent:* Wednesday, February 7, 2018 10:49 AM
>
> *To:* [email protected]
> *Subject:* Re: [cas-user] ldap error cas 5.2
>
>
>
> # Control log levels via properties
> logging.level.org.apereo.cas=debug
>
> In cas startup you can see where properties are fetched from log like this.
>
> \_\ /_/
>
> CAS Version: 5.2.2
> CAS Commit Id: eefb26e6ea0f3f0505ea7dcfc7e11c4ebcb44b7d
> CAS Build Date/Time: 2018-01-31T19:13:42Z
> Spring Boot Version: 1.5.8.RELEASE
> ------------------------------------------------------------
> Java Home: /usr/local/jdk1.8.0_152/jre
> Java Vendor: Oracle Corporation
> Java Version: 1.8.0_152
> JVM Free Memory: 560 MB
> JVM Maximum Memory: 1 GB
> JVM Total Memory: 928 MB
> JCE Installed: No
> ------------------------------------------------------------
> OS Architecture: amd64
> OS Name: Linux
> OS Version: 4.13.0-32-generic
> OS Date/Time: 2018-02-07T12:30:44.726
> OS Temp Directory: /usr/local/apache-tomcat-8.5.23-cas5/temp
> ------------------------------------------------------------
>
>
> 2018-02-07 12:30:44,791 INFO [org.apereo.cas.configuration.config.
> CasCoreBootstrapStandaloneConfiguration] - <
> *Configuration files found at [/etc/cas/config] are
> [[/etc/cas/config/cas.properties]]>2018-02-07 12:30:44,825 INFO
> [org.apereo.cas.configuration.config.CasCoreBootstrapStandaloneConfiguration]
> - <Found and loaded [188] setting(s) from [/etc/cas/config]>*
> 2018-02-07 12:30:44,826 INFO [org.springframework.cloud.bootstrap.config.
> PropertySourceBootstrapConfiguration] - <Located property source:
> PropertiesPropertySource {name='standaloneCasConfigService'}>
> 2018-02-07 12:30:44,920 INFO [org.apereo.cas.web.
> CasWebApplicationServletInitializer] - <The following profiles are
> active: standalone>
>
>
>
> 2018-02-07 12:14 GMT-03:00 Cheltenham, Chris <[email protected]
> >:
>
> Man,
>
>
>
> Let me be a bit cleaere.
>
>
>
> How do I know the ldap dependency was incorporated into the cas.war file
> during after the build?
>
>
>
>
>
> ===========================
>
> Thank You;
>
> Chris Cheltenham
> Technology Services
> The School District of Philadelphia
>
> Work # 215-400-5025
> Cell # 215-301-6571
>
> *From:* [email protected] [mailto:[email protected]] *On Behalf Of
> *Cheltenham,
> Chris
> *Sent:* Wednesday, February 7, 2018 10:13 AM
> *To:* [email protected]
> *Subject:* RE: [cas-user] ldap error cas 5.2
>
>
>
> Man,
>
>
>
> The question you asked is actually no clear to me.
>
> How do I know the ldap support was loaded during the build.
>
>
>
> It IS in the pom.xml but how can a verify its in there?
>
>
>
>
>
> ===========================
>
> Thank You;
>
> Chris Cheltenham
> Technology Services
> The School District of Philadelphia
>
> Work # 215-400-5025
> Cell # 215-301-6571
>
> *From:* [email protected] [mailto:[email protected]
> <[email protected]>] *On Behalf Of *Man H
> *Sent:* Tuesday, February 6, 2018 4:55 PM
> *To:* [email protected]
> *Subject:* Re: [cas-user] ldap error cas 5.2
>
>
>
> Do you have ldap support dependency?
>
>
>
> 2018-02-06 15:45 GMT-03:00 Cheltenham, Chris <[email protected]
> >:
>
> [image: cid:[email protected]]
>
> Hello,
>
>
>
> I am getting this error in my logs loggin in via LDAP.
>
>
>
> 2018-02-06 13:40:52,503 ERROR [org.apereo.cas.authentication.
> PolicyBasedAuthenticationManager] - <Authentication has failed.
> Credentials may be incorrect or CAS cannot find authentication handler that
> supports [cheltenham-ext] of type [UsernamePasswordCredential].>
>
> 2018-02-06 13:40:52,504 INFO
> [org.apereo.inspektr.audit.support.Slf4jLoggingAuditTrailManager]
> - <Audit trail record BEGIN
>
> =============================================================
>
> WHO: cheltenham-ext
>
> WHAT: Supplied credentials: [cheltenham-ext]
>
> ACTION: AUTHENTICATION_SUCCESS
>
> APPLICATION: CAS
>
> WHEN: Tue Feb 06 13:40:52 EST 2018
>
> CLIENT IP ADDRESS: 10.32.32.218
>
> SERVER IP ADDRESS: 170.235.1.71
>
> =============================================================
>
>
>
> It’s odd , it says AUTHENTICATION _SUCCESS but it does not appear to work.
>
>
>
> Here is the LDAP properties in cas.properties.
>
>
>
> # LDAP connector
>
> cas.authn.accept.users=
>
> cas.authn.ldap[0].useSsl=true
>
> cas.authn.ldap[0].useStartTls=false
>
> cas.authn.ldap[0].ldapUrl=ldaps://devldapm-mgmt.philasd.net
>
> cas.authn.ldap[0].dnFormat=
>
> cas.authn.ldap[0].baseDn=dc=philasd,dc=org
>
> cas.authn.ldap[0].connectTimeout=5000
>
> cas.authn.ldap[0].principalAttributeId=casauth
>
> cas.authn.ldap[0].principalAttributePassword=xxxxxxxxxxxxxx
>
> cas.authn.ldap[0].minPoolSize=3
>
> cas.authn.ldap[0].maxPoolSize=10
>
> cas.authn.ldap[0].validateOnCheckout=true
>
> cas.authn.ldap[0].validatePeriodically=true
>
> cas.authn.ldap[0].validatePeriod=600
>
> cas.authn.ldap[0].failFast=true
>
> cas.authn.ldap[0].idleTime=5000
>
> cas.authn.ldap[0].prunePeriod=5000
>
> cas.authn.ldap[0].blockWaitTime=5000
>
>
>
>
>
>
>
> ===========================
>
> Thank You;
>
> Chris Cheltenham
> Technology Services
> The School District of Philadelphia
>
> Work # 215-400-5025
> Cell # 215-301-6571
>
> --
> - 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/00c201d39f7a%249aea9e10%
> 24d0bfda30%24%40philasd.org
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/00c201d39f7a%249aea9e10%24d0bfda30%24%40philasd.org?utm_medium=email&utm_source=footer>
> .
>
>
>
> --
> - 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/CAMY5midn4n%3D%2BV7_
> 2qQPMyK28gFmUGDYq48bj5OCy4BEW-RDH_w%40mail.gmail.com
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAMY5midn4n%3D%2BV7_2qQPMyK28gFmUGDYq48bj5OCy4BEW-RDH_w%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> --
> - 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/00d901d3a026%242a9b2b50%
> 247fd181f0%24%40philasd.org
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/00d901d3a026%242a9b2b50%247fd181f0%24%40philasd.org?utm_medium=email&utm_source=footer>
> .
>
> --
> - 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/00e901d3a026%2464ad8090%
> 242e0881b0%24%40philasd.org
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/00e901d3a026%2464ad8090%242e0881b0%24%40philasd.org?utm_medium=email&utm_source=footer>
> .
>
>
>
> --
> - 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/CAMY5mifXrudMM96ykemtGDWv10iwb
> rYEr1%2BcJW3UhyPkzjcLnA%40mail.gmail.com
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAMY5mifXrudMM96ykemtGDWv10iwbrYEr1%2BcJW3UhyPkzjcLnA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> --
> - 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/012c01d3a052%2482aa07e0%
> 2487fe17a0%24%40philasd.org
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/012c01d3a052%2482aa07e0%2487fe17a0%24%40philasd.org?utm_medium=email&utm_source=footer>
> .
>
--
- 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/CAMY5micc7-T8A9rGiMRWWZ%3DLXxZ__wZepaiGfxwZpj8CRwyO-A%40mail.gmail.com.