add `del_enctype'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7435 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-11-25 22:32:26 +00:00
parent c2fffdb073
commit c725320081
2 changed files with 5 additions and 0 deletions

View File

@@ -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"

View File

@@ -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);