switch kswitch to kcc

This commit is contained in:
Love Hornquist Astrand
2010-11-25 09:29:29 -08:00
parent e186ea15b1
commit 55e96fabf2
5 changed files with 74 additions and 106 deletions

View File

@@ -123,6 +123,35 @@ command = {
help = "Credentials cache"
}
}
command = {
name = "kswitch"
name = "switch"
help = "Switch default kerberos cache"
option = {
long = "type"
short = "t"
type = "string"
help = "type of credential cache"
}
option = {
long = "cache"
short = "c"
type = "string"
help = "name of credential cache"
}
option = {
long = "principal"
short = "p"
type = "string"
help = "name of principal"
}
option = {
long = "interactive"
short = "i"
type = "flag"
help = "interactive selection"
}
};
command = {
name = "kvno"
help = "Acquire a Kerberos ticket"