]> git.ipfire.org Git - thirdparty/krb5.git/commit
Ignore bad enctypes in krb5_string_to_keysalts() 1094/head
authorRobbie Harwood <rharwood@redhat.com>
Wed, 15 Jul 2020 19:42:20 +0000 (15:42 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 22 Jul 2020 20:42:45 +0000 (16:42 -0400)
commitbe5396ada0e8dabd68bd0aceb733cfca39a609bc
tree3b36d70c1c41604710711abcc37caaca85566522
parent3f204ddd567715ef360b4bb0b32961b6a9877f9d
Ignore bad enctypes in krb5_string_to_keysalts()

Fixes a problem where the presence of legacy/unrecognized keysalts in
supported_enctypes would prevent the kadmin programs from starting.

[ghudson@mit.edu: ideally we would put a warning in the kadmind log,
but that is difficult to do when the parsing is done inside a library.
Even adding a trace log is difficult because the kadm5 str_conv
functions do not accept contexts.]

ticket: 8929 (new)
src/lib/kadm5/str_conv.c