kadmin: Add add_alias, del_alias

This commit is contained in:
Nicolas Williams
2021-10-06 21:59:43 -05:00
parent decd8f4102
commit ba98690a0a
7 changed files with 378 additions and 5 deletions

View File

@@ -609,6 +609,20 @@ command = {
max_args = "1"
help = "Modifies some attributes of the specified principal."
}
command = {
name = "add_alias"
function = "add_alias"
argument = "principal"
min_args = "2"
help = "Add one or more aliases to the given principal."
}
command = {
name = "del_alias"
function = "del_alias"
argument = "principal"
min_args = "1"
help = "Delete one or more aliases without deleting their canonical principals."
}
command = {
name = "prune"
argument = "principal"