summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2012-10-17 11:12:27 -0400
committerGreg Hudson <ghudson@mit.edu>2012-10-17 12:52:13 -0400
commit47a2532c4c0b16f7d5755e6490d973b292a393d1 (patch)
tree5228fca8edaf216d40daa70a12e3f437c3803c75
parenta6a966f90ca6bd8cebc84101f941948f4b79e87c (diff)
downloadkrb5-47a2532c4c0b16f7d5755e6490d973b292a393d1.tar.gz
krb5-47a2532c4c0b16f7d5755e6490d973b292a393d1.tar.xz
krb5-47a2532c4c0b16f7d5755e6490d973b292a393d1.zip
Add docs for kinit's -I option
-rw-r--r--doc/users/user_commands/kinit.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/users/user_commands/kinit.rst b/doc/users/user_commands/kinit.rst
index c28fd29b6c..c2b3b7fed0 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