krb5 commit: Add docs for kinit's -I option
Greg Hudson
ghudson at MIT.EDU
Wed Oct 17 12:52:26 EDT 2012
https://github.com/krb5/krb5/commit/47a2532c4c0b16f7d5755e6490d973b292a393d1
commit 47a2532c4c0b16f7d5755e6490d973b292a393d1
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date: Wed Oct 17 11:12:27 2012 -0400
Add docs for kinit's -I option
doc/users/user_commands/kinit.rst | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/doc/users/user_commands/kinit.rst b/doc/users/user_commands/kinit.rst
index c28fd29..c2b3b7f 100644
--- a/doc/users/user_commands/kinit.rst
+++ b/doc/users/user_commands/kinit.rst
@@ -23,6 +23,7 @@ SYNOPSIS
[**-c** *cache_name*]
[**-n**]
[**-S** *service_name*]
+[**-I** *input_ccache*]
[**-T** *armor_ccache*]
[**-X** *attribute*\ [=\ *value*]]
[*principal*]
@@ -134,6 +135,14 @@ OPTIONS
As of release 1.8, the MIT Kerberos KDC only supports fully
anonymous operation.
+**-I** *input_ccache*
+
+ Specifies the name of a credentials cache that already contains a
+ ticket. When obtaining that ticket, if information about how that
+ ticket was obtained was also stored to the cache, that information
+ will be used to affect how new credentials are obtained, including
+ preselecting the same methods of authenticating to the KDC.
+
**-T** *armor_ccache*
Specifies the name of a credentials cache that already contains a
ticket. If supported by the KDC, this cache will be used to armor
More information about the cvs-krb5
mailing list