add password/bare options
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user