[krbdev.mit.edu #8934] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Tue Aug 04 17:58:42 2020: Request 8934 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=8934 > Try kadmin/admin first in libkadm5clnt The MIT krb5 kadmin protocol originally used kadmin/admin as the service principal. Commits 493f0da5fbf92b0ac2f10e887706d1964d8a15e8 and 5cfaec38a8e8f1c4b76228ba0a252987af797ca4 changed it to use kadmin/hostname preferentially, with kadmin/admin as a fallback, for interoperability with the Solaris SEAM administrative protocol. Change the preference order so that kadmin/admin is tried first, with kadmin/hostname as a fallback. https://github.com/krb5/krb5/commit/1d282badfbd6098e3db9d50d22d565c2ec3c8c47 Author: Greg Hudson <[email protected]> Commit: 1d282badfbd6098e3db9d50d22d565c2ec3c8c47 Branch: master doc/admin/admin_commands/kadmin_local.rst | 14 +++++++------- doc/admin/database.rst | 10 +++++----- src/lib/kadm5/clnt/client_init.c | 26 ++++++++++---------------- src/tests/t_kadmin_acl.py | 14 ++++++++++++++ 4 files changed, 36 insertions(+), 28 deletions(-)