add password/bare options

This commit is contained in:
Love Hornquist Astrand
2009-11-21 23:53:26 -08:00
parent 0510f7e0cd
commit 368536bc08
3 changed files with 27 additions and 7 deletions

View File

@@ -54,6 +54,11 @@ command = {
type = "flag"
help = "just convert keyfile to new format"
}
option = {
long = "random-password"
type = "flag"
help = "use a random password (and print the password to stdout)"
}
option = {
long = "master-key-fd"
type = "integer"
@@ -89,6 +94,11 @@ command = {
type = "string"
help = "realm max renewable lifetime"
}
option = {
long = "bare"
type = "flag"
help = "only create krbtgt for realm"
}
argument = "realm..."
min_args = "1"
help = "Initializes the default principals for a realm. Creates the database\nif necessary. Local (-l) mode only."