> 2011-03-22 13:15:16,393 DEBUG > [org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler] - Performing > LDAP bind with credential: > uid=CAStest,cn=Users,dc=test1,dc=test2,dc=test3,dc=com > 2011-03-22 13:15:16,549 INFO > [org.jasig.cas.authentication.AuthenticationManagerImpl] - > AuthenticationHandler: > org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler failed to > authenticate the user which provided the following credentials: [username: > CAStest]
This is a classic failed authentication attempt, and there's no further information that can be gleaned from the CAS side. I'm fairly certain the problem is in the filter property of your FastBind handler. If you want to authenticate with the Windows usename, the filter should be the following: sAMAccountName=%u,cn=Users,dc=test1,dc=test2,dc=test3,dc=com Let me know if that works. If not, you should review logging on the AD side for further information. 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
