[krbdev.mit.edu #7997] git commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Thu Aug 21 11:35:29 EDT 2014


kadm5_randkey_principal interop with Solaris KDC

When kadm5_randkey_principal is called on Solaris kadmind (as opposed
to kadm5_randkey_principal_3), the KDC assumes the peer is a Solaris 9
system, and only creates DES keys.

For better interoperability, always call kadm5_randkey_principal_3
first.  If this procedure is not present on the remote server, fall
back to calling kadm5_randkey_principal if possible.

[ghudson at mit.edu: adjusted comments, argument wrapping, commit
message]

https://github.com/krb5/krb5/commit/e86e3baaa684a7e891ffe852d74095c1a8b630ba
Author: Tomas Kuthan <tkuthan at gmail.com>
Committer: Greg Hudson <ghudson at mit.edu>
Commit: e86e3baaa684a7e891ffe852d74095c1a8b630ba
Branch: master
 src/kadmin/cli/kadmin.c |   33 ++++++++++++++++++++++-----------
 src/kadmin/cli/kadmin.h |    7 +++++++
 src/kadmin/cli/keytab.c |    7 ++-----
 3 files changed, 31 insertions(+), 16 deletions(-)



More information about the krb5-bugs mailing list