kadmin selective prune of historic key for principal
This commit is contained in:

committed by
Nico Williams

parent
af0d8ef677
commit
f3f06fcba9
@@ -415,6 +415,19 @@ command = {
|
||||
max_args = "1"
|
||||
help = "Modifies some attributes of the specified principal."
|
||||
}
|
||||
command = {
|
||||
name = "prune"
|
||||
argument = "principal"
|
||||
option = {
|
||||
long = "kvno"
|
||||
type = "integer"
|
||||
help = "key version number"
|
||||
default = "0"
|
||||
}
|
||||
min_args = "1"
|
||||
max_args = "1"
|
||||
help = "Delete keys from history by max-ticket-life or kvno."
|
||||
}
|
||||
command = {
|
||||
name = "privileges"
|
||||
name = "privs"
|
||||
|
Reference in New Issue
Block a user