Improve salt type display in kadmin getprinc In krb5_salttype_to_string, output the salt type name we would recognize as input. In the output of getprinc, display the enctype and salt type in a form we would accept--either enctype:salttype if the salt type is not the default, or just the enctype if it is. Update t_mkey.py and t_salt.py to expect the new output format. Update documentation examples to show the new format. https://github.com/krb5/krb5/commit/54c97cd0c435f78880d80541a20cf7f08928705d Author: Greg Hudson Commit: 54c97cd0c435f78880d80541a20cf7f08928705d Branch: master doc/admin/admin_commands/kadmin_local.rst | 4 ++-- doc/admin/advanced/retiring-des.rst | 22 +++++++++++----------- src/kadmin/cli/kadmin.c | 11 ++++++----- src/lib/krb5/krb/str_conv.c | 23 ++++++++++------------- src/tests/t_mkey.py | 2 +- src/tests/t_salt.py | 26 ++++++++++++-------------- 6 files changed, 42 insertions(+), 46 deletions(-)