kadmin support for policies.

This commit is contained in:
Nicolas Williams
2011-07-15 16:30:37 -05:00
committed by Nicolas Williams
parent a04721b737
commit 1f349a6aba
5 changed files with 88 additions and 4 deletions

View File

@@ -179,6 +179,12 @@ command = {
type = "flag"
help = "use default values"
}
option = {
long = "policy"
type = "string"
argument = "policy"
help = "policy name"
}
argument = "principal..."
min_args = "1"
help = "Adds a principal to the database."
@@ -353,6 +359,12 @@ command = {
argument = "subject dn"
help = "aliases"
}
option = {
long = "policy"
type = "string"
argument = "policy"
help = "policy name"
}
argument = "principal"
min_args = "1"
max_args = "1"