So i need encode() interface that receives on input two parameters:
user password and salt. Salt may be obtained from database by
splitting user password hash and take first 8 characters. I was
confused that DefaultPasswordEncoder.encode() had only one argument:
user password. So where do i start to develop this extension?

We simply don't support salted password hashes at present, but we ought
to.  You'll have to roll your own solution if you want this immediately,
but I'd be willing to consider out-of-the-box support for this for the
3.5 release.  Not saying it will happen since it might be too disruptive
or take too much effort for the time remaining for that release, but I
think it's an important feature that should be a high priority. If you're interested in out-of-box support, open a Jira issue, https://issues.jasig.org/browse/CAS, and assign it to me and I'll consider whether we could make this happen for 3.5.

M

--
You are currently subscribed to cas-dev@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-dev

Reply via email to