Skip to content

Commit

Permalink
Add docs for kinit's -I option
Browse files Browse the repository at this point in the history
  • Loading branch information
nalind authored and greghudson committed Oct 17, 2012
1 parent a6a966f commit 47a2532
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/users/user_commands/kinit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ SYNOPSIS
[**-c** *cache_name*]
[**-n**]
[**-S** *service_name*]
[**-I** *input_ccache*]
[**-T** *armor_ccache*]
[**-X** *attribute*\ [=\ *value*]]
[*principal*]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 47a2532

Please sign in to comment.