[krbdev.mit.edu #9059] git commit
"Greg Hudson via RT" <[email protected]> Wed, 18 May 2022 17:09:47 -0400
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Wed May 18 17:09:47 2022: Request 9059 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=9059 > Use context profile for libkadm5 configuration In kadm5_get_config_params(), uxe the context profile instead of creating a new one with krb5_aprof_init(). In kproplog, obtain the context with kadm5_init_krb5_context() so that KDC configuration is used. https://github.com/krb5/krb5/commit/49a857808b918440793daa81c8fe352326623fef Author: Greg Hudson <[email protected]> Commit: 49a857808b918440793daa81c8fe352326623fef Branch: master src/kprop/kproplog.c | 2 +- src/lib/kadm5/admin.h | 2 ++ src/lib/kadm5/alt_prof.c | 24 ++---------------------- 3 files changed, 5 insertions(+), 23 deletions(-)