Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.507 (Entity 5.507) From: ghudson@mit.edu Subject: git commit Content-Length: 748 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.] https://github.com/krb5/krb5/commit/be5396ada0e8dabd68bd0aceb733cfca39a609bc Author: Robbie Harwood Committer: Greg Hudson Commit: be5396ada0e8dabd68bd0aceb733cfca39a609bc Branch: master src/lib/kadm5/str_conv.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-)