summaryrefslogtreecommitdiffstats
path: root/src/kadmin/cli/kadmin.M
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2002-06-07 02:26:36 +0000
committerTom Yu <tlyu@mit.edu>2002-06-07 02:26:36 +0000
commit3e75a6bc3145bd312e7c9153c885b4f600e70a43 (patch)
tree1a8610f7b522f2d664933c46ed07d9e08171e77a /src/kadmin/cli/kadmin.M
parent41040f094ce1ea792ab78b5e766d7da69ed72e64 (diff)
downloadkrb5-3e75a6bc3145bd312e7c9153c885b4f600e70a43.tar.gz
krb5-3e75a6bc3145bd312e7c9153c885b4f600e70a43.tar.xz
krb5-3e75a6bc3145bd312e7c9153c885b4f600e70a43.zip
* kadmin.M: Remove references to "rename_principal".
[pullup from 1-2-2-branch] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14481 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/cli/kadmin.M')
-rw-r--r--src/kadmin/cli/kadmin.M36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/kadmin/cli/kadmin.M b/src/kadmin/cli/kadmin.M
index 5acd48b9c..08e02e5c9 100644
--- a/src/kadmin/cli/kadmin.M
+++ b/src/kadmin/cli/kadmin.M
@@ -397,42 +397,6 @@ KADM5_BAD_MASK (shouldn't happen)
.RE
.fi
.TP
-\fBrename_principal\fP [\fB-force\fP] \fIold new\fP
-rename the principal
-.I old
-to
-.IR new .
-Prompts for confirmation, unless the
-.B \-force
-option is given. Requires both the
-.I add
-and
-.I delete
-privileges. Aliased to
-.BR renprinc .
-.sp
-.nf
-.RS
-.TP
-EXAMPLE:
-kadmin: renprinc tlyutest test0
-Are you sure you want to rename the principal
-"tlyutest@BLEEP.COM" to
-"test0@BLEEP.COM"? (yes/no): yes
-Principal "tlyutest@BLEEP.COM" renamed to
-"test0@BLEEP.COM".
-Make sure that you have removed "tlyutest@BLEEP.COM" from
-all ACLs before reusing.
-kadmin:
-.TP
-ERRORS:
-KADM5_AUTH_ADD (requires "add" privilege)
-KADM5_AUTH_DELETE (requires "delete" privilege)
-KADM5_UNK_PRINC (source principal does not exist)
-KADM5_DUP (target principal already exists)
-.RE
-.fi
-.TP
\fBchange_password\fP [\fIoptions\fP] \fIprincipal\fP
changes the password of
.IR principal .