我想知道在使用CAS通过数据库(MySQL)进行身份验证并使用Crypt()函数加密的密码时,必须指定哪些参数。在我的情况下,我基本上使用MD5,但要加盐,所以我不知道该在哪里精加工。谢谢;)
我目前有那些参数:
cas.authn.jdbc.query[0].passwordEncoder.type=DEFAULT
cas.authn.jdbc.query[0].passwordEncoder.encodingAlgorithm=MD5
cas.authn.jdbc.query[0].passwordEncoder.characterEncoding=UTF-8
答案 0 :(得分:0)
使用cas.authn.jdbc.query [0] .passwordEncoder.type = GLIBC_CRYPT解决