> The "problem" is that passwords in MySQL are encrypted by crypt(), so... which > encodingAlgorithm should be used in QueryDatabaseAuthenticationHandler > configuration?
You'll have to write your own PasswordEncoder implementation to handle crypt. The encodingAlgorithm of DefaultPasswordEncoder applies to digest algorithms exclusively. 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
