From: Paul Park Date: Mon, 15 May 1995 14:58:28 +0000 (+0000) Subject: Change name of admin instance in manpage X-Git-Tag: krb5-1.0-beta6~1982 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=60b510c901add7983b5d125b5a2609032fc94bbd;p=krb5.git Change name of admin instance in manpage git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5815 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/kadmin/v5client/ChangeLog b/src/kadmin/v5client/ChangeLog index 4285e5970..667a3ce92 100644 --- a/src/kadmin/v5client/ChangeLog +++ b/src/kadmin/v5client/ChangeLog @@ -1,4 +1,8 @@ +Mon May 15 10:57:17 EDT 1995 Paul Park (pjpark@mit.edu) + * kadmin5.M - Change default principal name for kadmin5. + + Fri May 12 16:04:01 EDT 1995 Paul Park (pjpark@mit.edu) * configure.in - Check for regex.h. * kadmin5.c - Use regex.h only if present. Correctly calculate diff --git a/src/kadmin/v5client/kadmin5.M b/src/kadmin/v5client/kadmin5.M index f92565206..8443c6729 100644 --- a/src/kadmin/v5client/kadmin5.M +++ b/src/kadmin/v5client/kadmin5.M @@ -45,14 +45,16 @@ specifies the default realm. .B principal specifies a principal name to use instead of the default .I user -.B /kadmind5@realm. +.B /kadmin5@realm. .IP \-m specifies that multiple operations will be permitted for only one entry of the administrative principal's password. .SH DESCRIPTION This utility provides a network administration interface to the Kerberos -master database. Kerberos administrators use kadmin5 to register new +master database. Kerberos administrators use +.I kadmin5 +to register new users and services with the master database; to remove old users and services from the master database; to modify information about existing database entries; and to create service key tables from entries in the database. @@ -71,7 +73,7 @@ Principals who may perform administrative operations are controlled by the .I kadmind5 access control list. The default administrative principal is .I user -.B /kadmind5@realm. +.B /kadmin5@realm. .PP One command may be specified on the command line, or if no command is provided, an interactive command loop is entered for the administrator to enter commands.