add extract_srvtab
authorJohn Kohl <jtkohl@mit.edu>
Tue, 8 May 1990 16:09:59 +0000 (16:09 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 8 May 1990 16:09:59 +0000 (16:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@789 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/edit/kdb5_ed_ct.ct

index e9f6b082fcd2173fe2c7cff6ce0a32e2f8afee41..1f534cdd60f9b10b2baecf82cf471e3f77230ff6 100644 (file)
@@ -18,6 +18,9 @@ request add_new_key, "Add new entry to Kerberos database (prompting for password
 request add_rnd_key, "Add new entry to Kerberos database, using a random key",
        add_rnd_key, ark;
 
+request extract_srvtab, "Extract service key table",
+       extract_srvtab, xst, ex_st;
+
 request set_dbname, "Change database name",
        set_dbname, sdbn;