svn rev #22644: trunk/src/clients/kinit/

ghudson@MIT.EDU ghudson at MIT.EDU
Fri Aug 28 13:23:20 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22644
Commit By: ghudson
Log Message:
ticket: 6552
subject: Document kinit -C and -E options
target_version: 1.7.1
tags: pullup

kinit -C (canonicalize name) and -E (enterprise principal name)
weren't documented in the man page.



Changed Files:
U   trunk/src/clients/kinit/kinit.M
Modified: trunk/src/clients/kinit/kinit.M
===================================================================
--- trunk/src/clients/kinit/kinit.M	2009-08-28 16:00:54 UTC (rev 22643)
+++ trunk/src/clients/kinit/kinit.M	2009-08-28 17:23:20 UTC (rev 22644)
@@ -35,9 +35,11 @@
 [\fB\-f\fP | \fB\-F\fP]
 [\fB\-a\fP]
 [\fB\-A\fP]
+[\fB\-C\fP]
+[\fB\-E\fP]
 [\fB\-v\fP] [\fB\-R\fP]
 [\fB\-k\fP [\fB\-t\fP \fIkeytab_file\fP]] [\fB\-c\fP \fIcache_name\fP]
-[\fB\-S\fP \fIservice_name\fP][\fB\-T\fP \fIarmor_ccache\fP] 
+[\fB\-S\fP \fIservice_name\fP][\fB\-T\fP \fIarmor_ccache\fP]
 [\fB\-X\fP \fIattribute\fP[=\fIvalue\fP]]
 [\fIprincipal\fP]
 .ad b
@@ -109,6 +111,12 @@
 .B \-A
 request address-less tickets.
 .TP
+.B \-C
+requests canonicalization of the principal name.
+.TP
+.B \-E
+treats the principal name as an enterprise name.
+.TP
 .B \-v
 requests that the ticket granting ticket in the cache (with the 
 .I invalid




More information about the cvs-krb5 mailing list