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:
@@ -6,7 +6,8 @@ INCLUDES = -I$(top_builddir)/include -I/usr/athena/include
|
||||
|
||||
bin_PROGRAMS = kdb_edit
|
||||
|
||||
kdb_edit_SOURCES = kdb_edit.c load.c ank.c dump.c init.c get.c delete.c
|
||||
kdb_edit_SOURCES = kdb_edit.c load.c ank.c dump.c init.c get.c delete.c \
|
||||
extkeytab.c
|
||||
|
||||
LDADD = -L$(top_builddir)/lib/hdb -lhdb -L$(top_builddir)/lib/krb5 -lkrb5 -L$(top_builddir)/lib/des -ldes -L$(top_builddir)/lib/asn1 -lasn1 -L/usr/athena/lib -lsl -leditline -ledit -ltermcap
|
||||
|
||||
|
@@ -35,6 +35,7 @@ DECL(dump);
|
||||
DECL(init);
|
||||
DECL(get_entry);
|
||||
DECL(del_entry);
|
||||
DECL(ext_keytab);
|
||||
DECL(help);
|
||||
|
||||
#endif /* __ADMIN_LOCL_H__ */
|
||||
|
@@ -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 }
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user