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

ghudson@MIT.EDU ghudson at MIT.EDU
Mon May 25 12:47:40 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22382
Commit By: ghudson
Log Message:
ticket: 6497
tags: pullup
target_version: 1.7

Fix up kinit -T documentation.



Changed Files:
U   trunk/src/clients/kinit/kinit.M
U   trunk/src/clients/kinit/kinit.c
Modified: trunk/src/clients/kinit/kinit.M
===================================================================
--- trunk/src/clients/kinit/kinit.M	2009-05-25 16:40:00 UTC (rev 22381)
+++ trunk/src/clients/kinit/kinit.M	2009-05-25 16:47:40 UTC (rev 22382)
@@ -131,8 +131,10 @@
 option; otherwise the default name and location will be used.
 .TP
 \fB\-T\fP \fIarmor_ccache\fP
-Specifies the name of a credential cache that already contains a ticket.  This ccache
-will be used to armor the request  Ideally, an attacker should have to attack both the armor ticket and the key of the principal.
+Specifies the name of a credential cache that already contains a
+ticket.  This ccache will be used to armor the request.  Ideally, an
+attacker should have to attack both the armor ticket and the key of
+the principal.
 .TP
 \fB\-c\fP \fIcache_name\fP
 use

Modified: trunk/src/clients/kinit/kinit.c
===================================================================
--- trunk/src/clients/kinit/kinit.c	2009-05-25 16:40:00 UTC (rev 22381)
+++ trunk/src/clients/kinit/kinit.c	2009-05-25 16:47:40 UTC (rev 22382)
@@ -198,7 +198,7 @@
 	    "[-k [-t keytab_file]] "
 	    "[-c cachename] " 
 	    USAGE_BREAK
-	    "[-S service_name]""-T ticket_armor_cache"
+	    "[-S service_name] [-T ticket_armor_cache]"
 	    USAGE_BREAK
 	    "[-X <attribute>[=<value>]] [principal]"
 	    "\n\n", 
@@ -223,6 +223,7 @@
     fprintf(stderr, "\t-t filename of keytab to use\n");
     fprintf(stderr, "\t-c Kerberos 5 cache name\n");
     fprintf(stderr, "\t-S service\n");
+    fprintf(stderr, "\t-T armor credential cache\n");
     fprintf(stderr, "\t-X <attribute>[=<value>]\n");
     exit(2);
 }




More information about the cvs-krb5 mailing list