From e84ee730296aec4d1d69388a929d312ad4266137 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 23 Jul 2001 10:25:26 +0000 Subject: [PATCH] document rename git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10385 ec53bebd-3082-4978-b11e-865c3cabbd6b --- admin/ktutil.8 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/admin/ktutil.8 b/admin/ktutil.8 index 46d0380fe..423bc7637 100644 --- a/admin/ktutil.8 +++ b/admin/ktutil.8 @@ -38,7 +38,11 @@ can be one of the following: .Op Fl -no-salt .Xc Adds a key to the keytab. Options that are not specified will be -prompted for. +prompted for. This requires that you know the password of the +principal to add; if what you really want is to add a new principal to +the keytab, you should consider the +.Ar get +command, which talks to the kadmin server. .It change Xo .Op Fl r Ar realm .Op Fl -realm= Ns Ar realm @@ -96,6 +100,14 @@ Removes the specified key or keys. Not specifying a removes keys with any version number. Not specifying a .Ar enctype removes keys of any type. +.It rename Xo +.Ar from-principal +.Ar to-principal +.Xc +Renames all entries in the keytab that match the +.Ar from-principal +to +.Ar to-principal . .It purge Xo .Op Fl -age= Ns Ar age .Xc