Try all history keys to decrypt password history
A database created prior to 1.3 will have multiple password history
keys, and kadmin prior to 1.8 won't necessarily choose the first one.
So if there are multiple keys, we have to try them all. If none of
the keys can decrypt a password history entry, don't fail the password
change operation; it's not worth it without positive evidence of
password reuse.
(back ported from commit
2782e80a12bccd920fa71e23166ac97c4470a637)
ticket: 7180 (new)
version_fixed: 1.8.7
status: resolved