> I will implement a javascript function whose algorithm is same as the AD's > one to encrypt the password before submit login form. Then the > AuthenticationHanlder will check the received encrypted password match with > the hash password in ActiveDirectory. I'm not sure this architecture is > feasible.
It's not possible with an LDAP authentication handler. Both simple bind and DIGEST-MD5 expect a plaintext password. 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-dev
