Add HDB extension for storing policy regarding what historic keys may be used for
This commit is contained in:

committed by
Nicolas Williams

parent
308e53a4a8
commit
c2ec368c36
@@ -174,6 +174,18 @@ command = {
|
||||
argument = "time"
|
||||
help = "password expiration time"
|
||||
}
|
||||
option = {
|
||||
long = "hist-kvno-diff-clnt"
|
||||
type = "string"
|
||||
argument = "kvno diff"
|
||||
help = "historic keys allowed for client"
|
||||
}
|
||||
option = {
|
||||
long = "hist-kvno-diff-svc"
|
||||
type = "string"
|
||||
argument = "kvno diff"
|
||||
help = "historic keys allowed for service"
|
||||
}
|
||||
option = {
|
||||
long = "use-defaults"
|
||||
type = "flag"
|
||||
@@ -365,6 +377,18 @@ command = {
|
||||
argument = "policy"
|
||||
help = "policy name"
|
||||
}
|
||||
option = {
|
||||
long = "hist-kvno-diff-clnt"
|
||||
type = "string"
|
||||
argument = "kvno diff"
|
||||
help = "historic keys allowed for client"
|
||||
}
|
||||
option = {
|
||||
long = "hist-kvno-diff-svc"
|
||||
type = "string"
|
||||
argument = "kvno diff"
|
||||
help = "historic keys allowed for service"
|
||||
}
|
||||
argument = "principal"
|
||||
min_args = "1"
|
||||
max_args = "1"
|
||||
|
Reference in New Issue
Block a user