summaryrefslogtreecommitdiffstats
path: root/src/kadmin
diff options
context:
space:
mode:
authorPaul Park <pjpark@mit.edu>1995-05-15 14:58:28 +0000
committerPaul Park <pjpark@mit.edu>1995-05-15 14:58:28 +0000
commit60b510c901add7983b5d125b5a2609032fc94bbd (patch)
tree8a05e3bd8406e92f002b9721053a3cf5b9b3779b /src/kadmin
parent49133ecbb356ca314508bace9ea133182d2cd101 (diff)
downloadkrb5-60b510c901add7983b5d125b5a2609032fc94bbd.tar.gz
krb5-60b510c901add7983b5d125b5a2609032fc94bbd.tar.xz
krb5-60b510c901add7983b5d125b5a2609032fc94bbd.zip
Change name of admin instance in manpage
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5815 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin')
-rw-r--r--src/kadmin/v5client/ChangeLog4
-rw-r--r--src/kadmin/v5client/kadmin5.M8
2 files changed, 9 insertions, 3 deletions
diff --git a/src/kadmin/v5client/ChangeLog b/src/kadmin/v5client/ChangeLog
index 4285e5970d..667a3ce926 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 f925652060..8443c67292 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.