yea marvin,,,the jboss console show this: * 10:55:40,992 INFO [STDOUT] 2009-06-16 10:55:40,992 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - <AuthenticationHandler: org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler failed to authenticate the user which provided the following credentials: [username: aduque]>*
and I don't know where to find the log of openldap, and I am sure of the credentials are correct. here is the content of my deployerConfigContext.xml http://pastebin.com/m4284e245 thanks for your time On Tue, Jun 16, 2009 at 11:12 AM, Marvin S. Addison < [email protected]> wrote: > > i have stored the password on openldap > > with {SHA} algorithm ,,, how to I specified this on the config of > > webapp? > > You cannot do that, and don't need to. Under the hood, CAS performs a > bind operation using the JNDI Java API against your directory server. > I'm pretty sure the reason you can't authenticate has much more to do > with other configuration elements, not password encoding. You should > look at your OpenLDAP logs to see the reason for failed bind attempts. > Also, CAS will provide a message like the following for a failed > authentication: > > 2009-06-16 12:11:55,333 INFO > [org.jasig.cas.authentication.AuthenticationManagerImpl] - > AuthenticationHandler: > org.jasig.cas.adaptors.ldap.BindLdapAuthenticationHandler failed to > authenticate the user which provided the following credentials: > [username: serac] > > 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
