kadm5_get_principal without a mask argment. This was causing many
lib/kadm5 tests to fail, but the failures weren't being recorded
properly, so "make check" was still exiting successfully.
ticket: 6544
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22646
dc483132-0cff-0310-8789-
dd5450dbe970
lib_start_api
set ret [cmd [format {
- kadm5_get_principal $lib_handle "%s" principal
+ kadm5_get_principal $lib_handle "%s" principal \
+ KADM5_PRINCIPAL_NORMAL_MASK
} $name]]
# puts stdout "Finishing principal_exists."