diff options
author | Greg Hudson <ghudson@mit.edu> | 2009-08-28 17:23:20 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2009-08-28 17:23:20 +0000 |
commit | ba7980be8be6d4403feb85562d988d54f20c1fa2 (patch) | |
tree | 6f76e5311a8631fa8cb475388c3d88a6636fab94 /src/clients | |
parent | 85959def61b4117bf2bbd17f61173d10ef2e7811 (diff) | |
download | krb5-ba7980be8be6d4403feb85562d988d54f20c1fa2.tar.gz krb5-ba7980be8be6d4403feb85562d988d54f20c1fa2.tar.xz krb5-ba7980be8be6d4403feb85562d988d54f20c1fa2.zip |
Document kinit -C and -E options
kinit -C (canonicalize name) and -E (enterprise principal name)
weren't documented in the man page.
ticket: 6552
target_version: 1.7.1
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22644 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/clients')
-rw-r--r-- | src/clients/kinit/kinit.M | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/clients/kinit/kinit.M b/src/clients/kinit/kinit.M index fb5a47a25..5b85772ac 100644 --- a/src/clients/kinit/kinit.M +++ b/src/clients/kinit/kinit.M @@ -35,9 +35,11 @@ kinit \- obtain and cache Kerberos ticket-granting ticket [\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 @@ request tickets with the local address[es]. .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 |