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:
@@ -16,6 +16,7 @@ noinst_PROGRAMS = add_random_users
|
|||||||
|
|
||||||
dist_kadmin_SOURCES = \
|
dist_kadmin_SOURCES = \
|
||||||
ank.c \
|
ank.c \
|
||||||
|
add_enctype.c \
|
||||||
check.c \
|
check.c \
|
||||||
cpw.c \
|
cpw.c \
|
||||||
del.c \
|
del.c \
|
||||||
|
@@ -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).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -219,6 +219,18 @@ command = {
|
|||||||
min_args = "2"
|
min_args = "2"
|
||||||
help = "Delete all the mentioned enctypes for principal."
|
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 = {
|
command = {
|
||||||
name = "ext_keytab"
|
name = "ext_keytab"
|
||||||
option = {
|
option = {
|
||||||
|
Reference in New Issue
Block a user