On Tue, Jul 09, 2013 at 09:01:36AM +0100, Mpegna Yves wrote: > I have this error when I try to login on CAS+Active Directory > > > :org.springframework.ldap.AuthenticationException: [LDAP: error code 49 - > 80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data > 52e, v1db1]; nested exception is javax.naming.AuthenticationException: [LDAP: > error code 49 - 80090308: LdapErr: DSID-0C0903A9, comment: > AcceptSecurityContext error, data 52e, v1db1] >
LDAP error 49 means "bad credentials", so you're not using the correct dn, or password. Maybe AD has a tool to explore bad login data? > > i use CAS 3.5.2 > maven 3.0.5 > tomcat 7 > windows 2008 server R2 -- ----------------------- Alberto Cabello Sánchez [email protected] -- 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
