[krbdev.mit.edu #8929] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Wed Jul 22 17:02:06 2020: Request 8929 was acted upon. Transaction: Ticket created by [email protected] Queue: krb5 Subject: git commit Owner: [email protected] Requestors: Status: new Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8929 > 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. [[email protected]: 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 <[email protected]> Committer: Greg Hudson <[email protected]> Commit: be5396ada0e8dabd68bd0aceb733cfca39a609bc Branch: master src/lib/kadm5/str_conv.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-)