FILE keytabs have been able to handle write operations since krb5 1.7,
authorGreg Hudson <ghudson@mit.edu>
Tue, 26 Oct 2010 19:36:58 +0000 (19:36 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 26 Oct 2010 19:36:58 +0000 (19:36 +0000)
commit1d239c143b1f0c82f792be4180402302ec790b0d
tree8a4e60c88f4bb8f49644854975db1c7c6645da1b
parent8c080710515d1d1acf6f6e989b6442be85ce7588
FILE keytabs have been able to handle write operations since krb5 1.7,
as an apparently unintended side effect of r20594.  Clean up the code
by combining the identical resolve functions for FILE and WRFILE, and
removing the code to set up a WRFILE default keytab name in kadmin.c.
Also fixes a slight display bug; k5test.py needs to be adjusted to
expect the correct output.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24487 dc483132-0cff-0310-8789-dd5450dbe970
src/kadmin/cli/kadmin.c
src/lib/krb5/keytab/kt_file.c
src/util/k5test.py