aboutsummaryrefslogtreecommitdiff
path: root/src/man/k5srvutil.man
diff options
context:
space:
mode:
Diffstat (limited to 'src/man/k5srvutil.man')
-rw-r--r--src/man/k5srvutil.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/man/k5srvutil.man b/src/man/k5srvutil.man
index 98f097f..21c86fa 100644
--- a/src/man/k5srvutil.man
+++ b/src/man/k5srvutil.man
@@ -45,11 +45,11 @@ or to delete non\-current keys from a keytab.
\fIoperation\fP must be one of the following:
.INDENT 0.0
.TP
-.B \fBlist\fP
+\fBlist\fP
Lists the keys in a keytab, showing version number and principal
name.
.TP
-.B \fBchange\fP
+\fBchange\fP
Uses the kadmin protocol to update the keys in the Kerberos
database to new randomly\-generated keys, and updates the keys in
the keytab to match. If a key\(aqs version number doesn\(aqt match the
@@ -63,14 +63,14 @@ option. Old keys are retained in the keytab so that existing
tickets continue to work, but \fBdelold\fP should be used after
such tickets expire, to prevent attacks against the old keys.
.TP
-.B \fBdelold\fP
+\fBdelold\fP
Deletes keys that are not the most recent version from the keytab.
This operation should be used some time after a change operation
to remove old keys, after existing tickets issued for the service
have expired. If the \fB\-i\fP flag is given, then k5srvutil will
prompt for confirmation for each principal.
.TP
-.B \fBdelete\fP
+\fBdelete\fP
Deletes particular keys in the keytab, interactively prompting for
each key.
.UNINDENT
@@ -78,11 +78,11 @@ each key.
In all cases, the default keytab is used unless this is overridden by
the \fB\-f\fP option.
.sp
-k5srvutil uses the \fIkadmin(1)\fP program to edit the keytab in
+k5srvutil uses the kadmin(1) program to edit the keytab in
place.
.SH SEE ALSO
.sp
-\fIkadmin(1)\fP, \fIktutil(1)\fP
+kadmin(1), ktutil(1)
.SH AUTHOR
MIT
.SH COPYRIGHT