krb5 commit: Regen kinit.man from RST sources

Benjamin Kaduk kaduk at MIT.EDU
Wed Oct 17 13:19:06 EDT 2012


https://github.com/krb5/krb5/commit/9364a03d0d099040552cb52590a67d3f455d3f25
commit 9364a03d0d099040552cb52590a67d3f455d3f25
Author: Ben Kaduk <kaduk at mit.edu>
Date:   Wed Oct 17 13:14:02 2012 -0400

    Regen kinit.man from RST sources
    
    To pick up the -I option.

 src/man/kinit.man |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/man/kinit.man b/src/man/kinit.man
index 257cc98..84dfc3c 100644
--- a/src/man/kinit.man
+++ b/src/man/kinit.man
@@ -49,6 +49,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
 [\fB\-c\fP \fIcache_name\fP]
 [\fB\-n\fP]
 [\fB\-S\fP \fIservice_name\fP]
+[\fB\-I\fP \fIinput_ccache\fP]
 [\fB\-T\fP \fIarmor_ccache\fP]
 [\fB\-X\fP \fIattribute\fP[=\fIvalue\fP]]
 [\fIprincipal\fP]
@@ -154,6 +155,19 @@ realm) will be replaced by the anonymous principal.
 .sp
 As of release 1.8, the MIT Kerberos KDC only supports fully
 anonymous operation.
+.UNINDENT
+.sp
+\fB\-I\fP \fIinput_ccache\fP
+.INDENT 0.0
+.INDENT 3.5
+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.
+.UNINDENT
+.UNINDENT
+.INDENT 0.0
 .TP
 .B \fB\-T\fP \fIarmor_ccache\fP
 Specifies the name of a credentials cache that already contains a


More information about the cvs-krb5 mailing list