[krbdev.mit.edu #7216] SVN Commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Mon Jul 16 10:24:45 EDT 2012


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.

https://github.com/krb5/krb5/commit/194e0433f07e244aab59edcb22ea0c6e359f9f0d
Author: Greg Hudson <ghudson at mit.edu>
Commit: 194e0433f07e244aab59edcb22ea0c6e359f9f0d
Branch: master
 doc/rst_source/krb_users/user_commands/kinit.rst |   13 +++++++------
 doc/rst_source/krb_users/user_commands/klist.rst |    5 +++++
 src/clients/kinit/kinit.c                        |   15 +++++++++++++--
 src/clients/klist/klist.c                        |   15 ++++++++++++---
 src/tests/t_keytab.py                            |    8 ++++++++
 5 files changed, 45 insertions(+), 11 deletions(-)



More information about the krb5-bugs mailing list