From: Tom Yu Date: Fri, 7 Jun 2002 02:26:36 +0000 (+0000) Subject: * kadmin.M: Remove references to "rename_principal". X-Git-Tag: krb5-1.3-alpha1~732 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3e75a6bc3145bd312e7c9153c885b4f600e70a43;p=krb5.git * 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 --- diff --git a/src/kadmin/cli/ChangeLog b/src/kadmin/cli/ChangeLog index 33b0f2d80..c35bf26b7 100644 --- a/src/kadmin/cli/ChangeLog +++ b/src/kadmin/cli/ChangeLog @@ -1,3 +1,8 @@ +2002-06-06 Tom Yu + + * kadmin.M: Remove references to "rename_principal". + [pullup from 1-2-2-branch] + 2001-10-10 Ken Raeburn * kadmin.c (kadmin_parse_name): Properly advance pointer in 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 .