* kadmin.M: Remove references to "rename_principal".
authorTom Yu <tlyu@mit.edu>
Fri, 7 Jun 2002 02:26:36 +0000 (02:26 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 7 Jun 2002 02:26:36 +0000 (02:26 +0000)
[pullup from 1-2-2-branch]

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14481 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/cli/ChangeLog
src/kadmin/cli/kadmin.M

index 33b0f2d80b404f079ef0edc944f47a760728132b..c35bf26b7794011be19697f0e5f1c0af8094f072 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-06  Tom Yu  <tlyu@mit.edu>
+
+       * kadmin.M: Remove references to "rename_principal".
+       [pullup from 1-2-2-branch]
+
 2001-10-10  Ken Raeburn  <raeburn@mit.edu>
 
        * kadmin.c (kadmin_parse_name): Properly advance pointer in
index 5acd48b9c4106693ff70a456b6e8760d37f5c334..08e02e5c948ce27aff9437692c8b5dfaefc30ba6 100644 (file)
@@ -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 .