From: Nalin Dahyabhai Date: Wed, 17 Oct 2012 15:12:27 +0000 (-0400) Subject: Add docs for kinit's -I option X-Git-Tag: krb5-1.11-alpha1~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47a2532c4c0b16f7d5755e6490d973b292a393d1;p=thirdparty%2Fkrb5.git Add docs for kinit's -I option --- 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