Add -F to kinit for compatibility with MIT Kerberos.
This commit is contained in:
@@ -99,9 +99,10 @@ Supported options:
|
||||
.It Fl c Ar cachename Fl Fl cache= Ns Ar cachename
|
||||
The credentials cache to put the acquired ticket in, if other than
|
||||
default.
|
||||
.It Fl f Fl Fl no-forwardable
|
||||
Get ticket that can be forwarded to another host, or if the negative
|
||||
flags use, don't get a forwardable flag.
|
||||
.It Fl f Fl Fl forwardable
|
||||
Obtain a ticket than can be forwarded to another host.
|
||||
.It Fl F Fl Fl no-forwardable
|
||||
Do not obtain a forwardable ticket.
|
||||
.It Fl t Ar keytabname , Fl Fl keytab= Ns Ar keytabname
|
||||
Don't ask for a password, but instead get the key from the specified
|
||||
keytab.
|
||||
|
@@ -102,7 +102,7 @@ static struct getargs args[] = {
|
||||
{ "cache", 'c', arg_string, &cred_cache,
|
||||
NP_("credentials cache", ""), "cachename" },
|
||||
|
||||
{ "forwardable", 0, arg_negative_flag, &forwardable_flag,
|
||||
{ "forwardable", 'F', arg_negative_flag, &forwardable_flag,
|
||||
NP_("get tickets not forwardable", ""), NULL },
|
||||
|
||||
{ NULL, 'f', arg_flag, &forwardable_flag,
|
||||
|
Reference in New Issue
Block a user