kadmin selective prune of historic key for principal

This commit is contained in:
Radoslav Bodo
2018-09-12 13:57:35 +02:00
committed by Nico Williams
parent af0d8ef677
commit f3f06fcba9
21 changed files with 376 additions and 29 deletions

View File

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