aboutsummaryrefslogtreecommitdiff
path: root/kadmin/kadmin-commands.in
diff options
context:
space:
mode:
Diffstat (limited to 'kadmin/kadmin-commands.in')
-rw-r--r--kadmin/kadmin-commands.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/kadmin/kadmin-commands.in b/kadmin/kadmin-commands.in
index 019b99ce14bc..4396ff800441 100644
--- a/kadmin/kadmin-commands.in
+++ b/kadmin/kadmin-commands.in
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 - 2007 Kungliga Tekniska Högskolan
+ * Copyright (c) 2004 - 2007 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
-/* $Id: kadmin-commands.in 21969 2007-10-18 18:51:11Z lha $ */
+/* $Id$ */
command = {
name = "stash"
@@ -55,6 +55,11 @@ command = {
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"
argument = "fd"
@@ -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."