Add new command, add_enctype.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20288 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-02-22 03:14:18 +00:00
parent 0fd3c74ce7
commit 17562715a4
2 changed files with 14 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ noinst_PROGRAMS = add_random_users
dist_kadmin_SOURCES = \
ank.c \
add_enctype.c \
check.c \
cpw.c \
del.c \

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004 Kungliga Tekniska H<>gskolan
* Copyright (c) 2004 - 2007 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -219,6 +219,18 @@ command = {
min_args = "2"
help = "Delete all the mentioned enctypes for principal."
}
command = {
name = "add_enctype"
option = {
long = "random-key"
short = "r"
type = "flag"
help = "set random key"
}
argument = "principal enctype..."
min_args = "2"
help = "Add new enctypes for principal."
}
command = {
name = "ext_keytab"
option = {