From cbbc3abeb440cf12b21c67b72bb33f02b1368bf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 25 Jan 2009 00:46:25 +0000 Subject: [PATCH] add destroy, remove krb4 functions git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24452 ec53bebd-3082-4978-b11e-865c3cabbd6b --- admin/ktutil-commands.in | 30 +++--------------------------- 1 file changed, 3 insertions(+), 27 deletions(-) diff --git a/admin/ktutil-commands.in b/admin/ktutil-commands.in index 23aa3fa04..dffcb8c2d 100644 --- a/admin/ktutil-commands.in +++ b/admin/ktutil-commands.in @@ -234,34 +234,10 @@ command = { } } command = { - name = "srvconvert" - name = "srv2keytab" - option = { - long = "srvtab" - short = "s" - type = "string" - argument = "file" - help = "name of Kerberos 4 srvtab" - default = "/etc/srvtab" - } + name = "destroy" + function = "kt_destroy" max_args = "0" - function = "srvconv" - help = "Convert a Kerberos 4 srvtab to a keytab." -} -command = { - name = "srvcreate" - name = "key2srvtab" - option = { - long = "srvtab" - short = "s" - type = "string" - argument = "file" - help = "name of Kerberos 4 srvtab" - default = "/etc/srvtab" - } - max_args = "0" - function = "srvcreate" - help = "Convert a keytab to a Kerberos 4 srvtab." + help = "Destroy (remove) the keytab." } command = { name = "help"