> [org.jasig.cas.authentication.AuthenticationManagerImpl] -
> AuthenticationHandler:
> org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler successfully
> authenticated the user which provided the following credentials: [username:
> jgoguen]
> 2012-01-25 09:03:01,758 DEBUG
> [org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver]
> - Attempting to resolve a principal...
> 2012-01-25 09:03:01,758 DEBUG
> [org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver]
> - Attempting to resolve a principal...
> 2012-01-25 09:03:01,758 DEBUG
> [org.jasig.cas.authentication.principal.UsernamePasswordCredentialsToPrincipalResolver]
> - Creating SimplePrincipal for [jgoguen]
> 2012-01-25 09:03:01,759 DEBUG
> [org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver]
> - Resolved jgoguen. Trying LDAP resolve now...
> 2012-01-25 09:03:01,759 DEBUG
> [org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver]
> - LDAP search with filter
> "(&(|(uid=jgoguen)(unbCaAlumniUid=jgoguen))(objectClass=eduPerson))"
> 2012-01-25 09:03:01,760 DEBUG
> [org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver]
> - returning searchcontrols: scope=2; search base=dc=unb,dc=ca;
> attributes=[uid]; timeout=1000
> 2012-01-25 09:03:01,807 DEBUG
> [org.springframework.ldap.core.support.AbstractContextSource] - Got Ldap
> context on server 'ldaps://ldap.unb.ca'
> 2012-01-25 09:03:01,810 DEBUG
> [org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver]
> - Resolved jgoguen to jgoguen
> 2012-01-25 09:03:01,810 DEBUG
> [org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver]
> - Creating SimplePrincipal for [jgoguen]
> 2012-01-25 09:03:01,810 DEBUG
> [org.jasig.services.persondir.support.ldap.LdapPersonAttributeDao] - Created
> seed map='{username=[jgoguen]}' for uid='jgoguen'
> 2012-01-25 09:03:01,810 DEBUG
> [org.jasig.services.persondir.support.ldap.LdapPersonAttributeDao] - Adding
> attribute 'unbCaAlumniUid' with value '[jgoguen]' to query builder 'null'
> 2012-01-25 09:03:01,813 DEBUG
> [org.jasig.services.persondir.support.ldap.LdapPersonAttributeDao] -
> Generated query builder '(unbCaAlumniUid=jgoguen)' from query Map
> {username=[jgoguen]}.
> 2012-01-25 09:03:01,862 DEBUG
> [org.springframework.ldap.core.support.AbstractContextSource] - Got Ldap
> context on server 'ldaps://ldap.unb.ca'We ought to see attributes that are resolved following immediately after the line above, but we do not. That leads me to believe there's a problem with your LDAP attribute query. Let's focus there. Also, we need to tweak your logging configuration so we don't have so much noise. Revert to the default logging configuration that ships with CAS and turn up just the following category to debug: org.jasig.services.persondir M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
