kadmin: add ext_keytab --random-key switch
Add a --random-key switch to kadmin's ext_keytab to force the generation of a new keyset consisting of random keys and a new key version number.
This commit is contained in:

committed by
Nicolas Williams

parent
34bf7ae162
commit
15e69fbb58
@@ -280,6 +280,12 @@ command = {
|
||||
type = "string"
|
||||
help = "keytab to use"
|
||||
}
|
||||
option = {
|
||||
long = "random-key"
|
||||
short = "r"
|
||||
type = "flag"
|
||||
help = "set random key"
|
||||
}
|
||||
argument = "principal..."
|
||||
min_args = "1"
|
||||
help = "Extracts the keys of all principals matching the expressions, and stores them in a keytab."
|
||||
|
Reference in New Issue
Block a user