Merge extkeytab with kdb_edit.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1824 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-06-01 21:46:35 +00:00
parent 789a9ec50c
commit 5ff50057f0
3 changed files with 4 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ static SL_cmd commands[] = {
{ "init", init, "init realm...", "" },
{ "get_entry", get_entry, "get_entry principal","" },
{ "delete", del_entry, "delete principal", "" },
{ "ext_keytab", ext_keytab, "ext_keytab principal", "" },
{ NULL, NULL, NULL, NULL }
};