I would to change my hashing password algorith.
Where, in CAS configuration,must I to configure it?

DefaultPasswordEncoder takes a digest algorithm name in the constructor. Acceptable values are those defined in the MAC section of the JCE documentation [1].

And, I would like to understand  what algorithms are supported
between OpenLDAP and CAS.

You would only need agreement in the case of using DIGEST-MD5 for authentication, which is uncommon. In an LDAP simple bind the credentials is transmitted in the clear and hashed (with optional salt if you're using SSHA) at the server side for comparison with the value on record.

M

[1] http://docs.oracle.com/javase/1.5.0/docs/guide/security/jce/JCERefGuide.html#AppA

--
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

Reply via email to