]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add kinit/klist -i options to use client keytab
authorGreg Hudson <ghudson@mit.edu>
Mon, 16 Jul 2012 14:13:29 +0000 (10:13 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 16 Jul 2012 14:24:17 +0000 (10:24 -0400)
commit194e0433f07e244aab59edcb22ea0c6e359f9f0d
treee8c550ea4ee37b439de81b94e5541771a9f28a95
parent6931507c87d6139b1dcea2ea97a6e3b145287438
Add kinit/klist -i options to use client keytab

In combination with -k, -i will cause kinit or klist to use the
default client keytab instead of the default acceptor keytab.  This
gives an easy way to figure out what default client keytab name is in
use and to get credentials using it.

ticket: 7216 (new)
doc/rst_source/krb_users/user_commands/kinit.rst
doc/rst_source/krb_users/user_commands/klist.rst
src/clients/kinit/kinit.c
src/clients/klist/klist.c
src/tests/t_keytab.py