Skip Menu |
 

From: Ken Raeburn <raeburn@MIT.EDU>
To: krb5-bugs@MIT.EDU
Subject: kinit/fast usage message
Date: Mon, 25 May 2009 01:12:09 -0400
On the trunk:

% ./bin/kinit -\?
./bin/kinit: illegal option -- ?
Usage: kinit [-V] [-l lifetime] [-s start_time]
[-r renewable_life] [-f | -F] [-p | -P] [-a | -A] [-C]
[-E]
[-v] [-R] [-k [-t keytab_file]] [-c cachename]
[-S service_name]-T ticket_armor_cache
[-X <attribute>[=<value>]] [principal]

options: -V verbose
-l lifetime
-s start time
-r renewable lifetime
-f forwardable
-F not forwardable
-p proxiable
-P not proxiable
-a include addresses
-A do not include addresses
-v validate
-R renew
-C canonicalize
-E client is enterprise principal name
-k use keytab
-t filename of keytab to use
-c Kerberos 5 cache name
-S service
-X <attribute>[=<value>]

The "-T ticket_armor_cache" should be in square brackets, unless it's
a required option, and for consistency should be separated from the "-
S service_name" option by one space. It should also be listed with a
description further down.

There should also be a line break between "options:" and the "-V"
description.

(Sorry, no patch handy.)

--
Ken Raeburn / raeburn@mit.edu / no longer at MIT Kerberos Consortium
From: ghudson@mit.edu
Subject: SVN Commit

Fix up kinit -T documentation.


https://github.com/krb5/krb5/commit/717b53d5907ee29af37c4ab5127abb5473f5fa26
Commit By: ghudson
Revision: 22382
Changed Files:
U trunk/src/clients/kinit/kinit.M
U trunk/src/clients/kinit/kinit.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r22382 from trunk
------------------------------------------------------------------------
r22382 | ghudson | 2009-05-25 18:47:40 +0200 (Mon, 25 May 2009) | 6 lines

ticket: 6497
tags: pullup
target_version: 1.7

Fix up kinit -T documentation.

https://github.com/krb5/krb5/commit/37ce6b279c501ed6168bb27e278431a816380131
Commit By: tlyu
Revision: 22386
Changed Files:
U branches/krb5-1-7/src/clients/kinit/kinit.M
U branches/krb5-1-7/src/clients/kinit/kinit.c