Added show_principal request
authorTheodore Tso <tytso@mit.edu>
Thu, 13 Jan 1994 20:10:55 +0000 (20:10 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 13 Jan 1994 20:10:55 +0000 (20:10 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3308 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/edit/kdb5_ed_ct.ct

index 1196680667eed4573d3cc76d7e229821ace5ace1..ed773d0dbdd48f0c8156abd7a417dc5fba6b4f49 100644 (file)
@@ -27,6 +27,9 @@
 
 command_table kdb5_edit_cmds;
 
+request show_principal, "Show the Kerberos database entry for a principal",
+       show_principal, show;
+
 request add_new_key, "Add new entry to Kerberos database (prompting for password)",
        add_new_key, ank;