More kadmin support for kvno diff policy.

This commit is contained in:
Nicolas Williams
2011-07-17 18:49:34 -05:00
committed by Nicolas Williams
parent 3794d8b37b
commit fac34871be
2 changed files with 57 additions and 10 deletions

View File

@@ -176,15 +176,17 @@ command = {
}
option = {
long = "hist-kvno-diff-clnt"
type = "string"
type = "integer"
argument = "kvno diff"
help = "historic keys allowed for client"
default = "-1"
}
option = {
long = "hist-kvno-diff-svc"
type = "string"
type = "integer"
argument = "kvno diff"
help = "historic keys allowed for service"
default = "-1"
}
option = {
long = "use-defaults"
@@ -379,15 +381,17 @@ command = {
}
option = {
long = "hist-kvno-diff-clnt"
type = "string"
type = "integer"
argument = "kvno diff"
help = "historic keys allowed for client"
default = "-1"
}
option = {
long = "hist-kvno-diff-svc"
type = "string"
type = "integer"
argument = "kvno diff"
help = "historic keys allowed for service"
default = "-1"
}
argument = "principal"
min_args = "1"