Purpose

This page gives you a sample of the Debug output from a successful LDAP connection, authentication, and authorization.  It has been sanitized to remove some of the LDAP details. This log was generated after activating the Debug mode: Application Analytics Dashboard - HD - Information - How to activate the Debug trace on HD logs

Applicable in CAST Version
Release
Yes/No
8.3.x(tick)
8.2.x(tick)
8.1.x(tick)
8.0.x(tick)
7.3.x(tick)
Applicable RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS2(tick)
Details

17:59:39,192 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.FilterChainProxy | /rest/login?_spring_security_remember_me=false at position 1 of 6 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'

17:59:39,192 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.FilterChainProxy | /rest/login?_spring_security_remember_me=false at position 1 of 6 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'

17:59:39,192 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.context.HttpSessionSecurityContextRepository | No HttpSession currently exists

17:59:39,192 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.context.HttpSessionSecurityContextRepository | No HttpSession currently exists

17:59:39,192 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.context.HttpSessionSecurityContextRepository | No SecurityContext was available from the HttpSession: null. A new one will be created.

17:59:39,192 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.context.HttpSessionSecurityContextRepository | No SecurityContext was available from the HttpSession: null. A new one will be created.

17:59:39,193 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.FilterChainProxy | /rest/login?_spring_security_remember_me=false at position 2 of 6 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'

17:59:39,193 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.FilterChainProxy | /rest/login?_spring_security_remember_me=false at position 2 of 6 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'

17:59:39,193 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.FilterChainProxy | /rest/login?_spring_security_remember_me=false at position 3 of 6 in additional filter chain; firing Filter: 'RememberMeAuthenticationFilter'

17:59:39,193 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.FilterChainProxy | /rest/login?_spring_security_remember_me=false at position 3 of 6 in additional filter chain; firing Filter: 'RememberMeAuthenticationFilter'

17:59:39,193 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.FilterChainProxy | /rest/login?_spring_security_remember_me=false at position 4 of 6 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'

17:59:39,193 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.FilterChainProxy | /rest/login?_spring_security_remember_me=false at position 4 of 6 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'

17:59:39,194 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.authentication.www.BasicAuthenticationFilter | Basic Authentication Authorization header found for user 'xxx'

17:59:39,194 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.authentication.www.BasicAuthenticationFilter | Basic Authentication Authorization header found for user 'xxx'

17:59:39,203 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.authentication.ProviderManager | Authentication attempt using org.springframework.security.ldap.authentication.LdapAuthenticationProvider

17:59:39,203 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.authentication.ProviderManager | Authentication attempt using org.springframework.security.ldap.authentication.LdapAuthenticationProvider

17:59:39,204 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.authentication.LdapAuthenticationProvider | Processing authentication request for user: xxx

17:59:39,204 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.authentication.LdapAuthenticationProvider | Processing authentication request for user: xxx

17:59:39,204 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.search.FilterBasedLdapUserSearch | Searching for user 'xxx', with user search [ searchFilter: '(&(objectClass=user)(sAMAccountName={0}))', searchBase: '<domain name>', scope: subtree, searchTimeLimit: 0, derefLinkFlag: false ]

17:59:39,204 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.search.FilterBasedLdapUserSearch | Searching for user 'xxx', with user search [ searchFilter: '(&(objectClass=user)(sAMAccountName={0}))', searchBase: '<domain name>', scope: subtree, searchTimeLimit: 0, derefLinkFlag: false ]

17:59:40,674 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.SpringSecurityLdapTemplate | Searching for entry under DN '', base = '<domain name>', filter = '(&(objectClass=user)(sAMAccountName={0}))'

17:59:40,674 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.SpringSecurityLdapTemplate | Searching for entry under DN '', base = '<domain name>', filter = '(&(objectClass=user)(sAMAccountName={0}))'

17:59:40,699 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.SpringSecurityLdapTemplate | Found DN: <User OU information>,<domain name>

17:59:40,699 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.SpringSecurityLdapTemplate | Found DN: <User OU information>,<domain name>

17:59:43,966 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.authentication.BindAuthenticator | Attempting to bind as <User OU information>,<domain name>

17:59:43,966 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.authentication.BindAuthenticator | Attempting to bind as <User OU information>,<domain name>

17:59:43,967 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.DefaultSpringSecurityContextSource | Removing pooling flag for user <User OU information>,<domain name>

17:59:43,967 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.DefaultSpringSecurityContextSource | Removing pooling flag for user <User OU information>,<domain name>

17:59:44,421 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.authentication.BindAuthenticator | Retrieving attributes...

17:59:44,421 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.authentication.BindAuthenticator | Retrieving attributes...

17:59:45,154 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.search.FilterBasedLdapUserSearch | Searching for user 'xxx', with user search [ searchFilter: '(&(objectClass=user)(sAMAccountName={0}))', searchBase: '<domain name>', scope: subtree, searchTimeLimit: 0, derefLinkFlag: false ]

17:59:45,154 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.search.FilterBasedLdapUserSearch | Searching for user 'xxx', with user search [ searchFilter: '(&(objectClass=user)(sAMAccountName={0}))', searchBase: '<domain name>', scope: subtree, searchTimeLimit: 0, derefLinkFlag: false ]

17:59:45,556 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.SpringSecurityLdapTemplate | Searching for entry under DN '', base = '<domain name>', filter = '(&(objectClass=user)(sAMAccountName={0}))'

17:59:45,556 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.SpringSecurityLdapTemplate | Searching for entry under DN '', base = '<domain name>', filter = '(&(objectClass=user)(sAMAccountName={0}))'

17:59:45,558 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.SpringSecurityLdapTemplate | Found DN: <User OU information>,<domain name>

17:59:45,558 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.SpringSecurityLdapTemplate | Found DN: <User OU information>,<domain name>

17:59:46,364 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.userdetails.LdapUserDetailsMapper | Mapping user details from context with DN: <User OU information>,<domain name>

17:59:46,364 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.ldap.userdetails.LdapUserDetailsMapper | Mapping user details from context with DN: <User OU information>,<domain name>

17:59:46,373 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.authentication.www.BasicAuthenticationFilter | Authentication success: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@3dc87cc2: Principal: org.springframework.security.ldap.userdetails.LdapUserDetailsImpl@9014ed8f: Dn: <User OU information>,<domain name>; Username: xxx; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; CredentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Not granted any authorities

17:59:46,373 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.authentication.www.BasicAuthenticationFilter | Authentication success: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@3dc87cc2: Principal: org.springframework.security.ldap.userdetails.LdapUserDetailsImpl@9014ed8f: Dn: <User OU information>,<domain name>; Username: xxx; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; CredentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Not granted any authorities

17:59:46,376 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.authentication.rememberme.PersistentTokenBasedRememberMeServices | Did not send remember-me cookie (principal did not set parameter '_spring_security_remember_me')

17:59:46,376 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.authentication.rememberme.PersistentTokenBasedRememberMeServices | Did not send remember-me cookie (principal did not set parameter '_spring_security_remember_me')

17:59:46,376 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.authentication.rememberme.PersistentTokenBasedRememberMeServices | Remember-me login not requested.

17:59:46,376 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.authentication.rememberme.PersistentTokenBasedRememberMeServices | Remember-me login not requested.

17:59:46,377 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.FilterChainProxy | /rest/login?_spring_security_remember_me=false at position 5 of 6 in additional filter chain; firing Filter: 'LogoutFilter'

17:59:46,377 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.FilterChainProxy | /rest/login?_spring_security_remember_me=false at position 5 of 6 in additional filter chain; firing Filter: 'LogoutFilter'

17:59:46,378 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.FilterChainProxy | /rest/login?_spring_security_remember_me=false at position 6 of 6 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'

17:59:46,378 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.FilterChainProxy | /rest/login?_spring_security_remember_me=false at position 6 of 6 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'

17:59:46,378 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.access.intercept.FilterSecurityInterceptor | Secure object: FilterInvocation: URL: /rest/login?_spring_security_remember_me=false; Attributes: [isAuthenticated()]

17:59:46,378 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.access.intercept.FilterSecurityInterceptor | Secure object: FilterInvocation: URL: /rest/login?_spring_security_remember_me=false; Attributes: [isAuthenticated()]

17:59:46,379 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.access.intercept.FilterSecurityInterceptor | Previously Authenticated: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@3dc87cc2: Principal: org.springframework.security.ldap.userdetails.LdapUserDetailsImpl@9014ed8f: Dn: <User OU information>,<domain name>; Username: xxx; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; CredentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Not granted any authorities

17:59:46,379 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.access.intercept.FilterSecurityInterceptor | Previously Authenticated: org.springframework.security.authentication.UsernamePasswordAuthenticationToken@3dc87cc2: Principal: org.springframework.security.ldap.userdetails.LdapUserDetailsImpl@9014ed8f: Dn: <User OU information>,<domain name>; Username: xxx; Password: [PROTECTED]; Enabled: true; AccountNonExpired: true; CredentialsNonExpired: true; AccountNonLocked: true; Granted Authorities: ; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Not granted any authorities

17:59:46,380 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.access.vote.AffirmativeBased | Voter: org.springframework.security.access.vote.RoleVoter@b1baf8d, returned: 0

17:59:46,380 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.access.vote.AffirmativeBased | Voter: org.springframework.security.access.vote.RoleVoter@b1baf8d, returned: 0

17:59:46,387 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.access.vote.AffirmativeBased | Voter: org.springframework.security.web.access.expression.WebExpressionVoter@65cc5717, returned: 1

17:59:46,387 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.access.vote.AffirmativeBased | Voter: org.springframework.security.web.access.expression.WebExpressionVoter@65cc5717, returned: 1

17:59:46,388 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.access.intercept.FilterSecurityInterceptor | Authorization successful

17:59:46,388 | DEBUG | http-bio-8080-exec-5 | org.springframework.security.web.access.intercept.FilterSecurityInterceptor | Authorization successful

Notes/comments


Related Pages