Add -F to kinit for compatibility with MIT Kerberos.

This commit is contained in:
Roland C. Dowdeswell
2013-02-02 05:42:05 +08:00
parent 0c2e3d94bf
commit a952dc2c52
2 changed files with 5 additions and 4 deletions

View File

@@ -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,