summaryrefslogtreecommitdiffstats
path: root/src/admin/edit/kdb5_ed_ct.ct
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-01 17:10:57 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-01 17:10:57 +0000
commit9dc09e76105eb2f865e7d6a950fb5dff09ac9dbb (patch)
treed3c7c242b98f3eed5362752c38fc2c522a75f7d0 /src/admin/edit/kdb5_ed_ct.ct
parent90373bcc141a33d7b36adfb104b2f3cb4d98a901 (diff)
downloadkrb5-9dc09e76105eb2f865e7d6a950fb5dff09ac9dbb.tar.gz
krb5-9dc09e76105eb2f865e7d6a950fb5dff09ac9dbb.tar.xz
krb5-9dc09e76105eb2f865e7d6a950fb5dff09ac9dbb.zip
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@654 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/edit/kdb5_ed_ct.ct')
-rw-r--r--src/admin/edit/kdb5_ed_ct.ct25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/admin/edit/kdb5_ed_ct.ct b/src/admin/edit/kdb5_ed_ct.ct
new file mode 100644
index 000000000..1fa6ffd90
--- /dev/null
+++ b/src/admin/edit/kdb5_ed_ct.ct
@@ -0,0 +1,25 @@
+# $Source$
+# $Author$
+# $Id$
+#
+# Copyright 1990 by the Massachusetts Institute of Technology.
+#
+# For copying and distribution information, please see the file
+# <krb5/copyright.h>.
+#
+# Command table for Kerberos administration edit
+#
+
+command_table kdb5_edit_cmds;
+
+request add_new_key, "Add new entry to Kerberos database",
+ add_new_key, ank;
+
+# list_requests is generic -- unrelated to Kerberos
+ request ss_list_requests, "List available requests.",
+ list_requests, lr, "?";
+
+ request ss_abort_subsystem, "Exit program.",
+ quit, exit, q;
+
+end;