add `del_enctype'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7435 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -120,6 +120,10 @@ static SL_cmd commands[] = {
|
|||||||
"Deletes all principals matching the expressions."
|
"Deletes all principals matching the expressions."
|
||||||
},
|
},
|
||||||
{ "del_entry" },
|
{ "del_entry" },
|
||||||
|
{
|
||||||
|
"del_enctype", del_enctype, "del_enctype principal enctype...",
|
||||||
|
"Delete all the mentioned enctypes for principal."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"ext_keytab", ext_keytab, "ext_keytab expression...",
|
"ext_keytab", ext_keytab, "ext_keytab expression...",
|
||||||
"Extracts the keys of all principals matching the expressions,\n"
|
"Extracts the keys of all principals matching the expressions,\n"
|
||||||
|
@@ -96,6 +96,7 @@ extern void * kadm_handle;
|
|||||||
DECL(add_new_key);
|
DECL(add_new_key);
|
||||||
DECL(cpw_entry);
|
DECL(cpw_entry);
|
||||||
DECL(del_entry);
|
DECL(del_entry);
|
||||||
|
DECL(del_enctype);
|
||||||
DECL(exit_kadmin);
|
DECL(exit_kadmin);
|
||||||
DECL(ext_keytab);
|
DECL(ext_keytab);
|
||||||
DECL(get_entry);
|
DECL(get_entry);
|
||||||
|
Reference in New Issue
Block a user