summaryrefslogtreecommitdiff
path: root/usr/src/man/man1m/k5srvutil.1m
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man1m/k5srvutil.1m')
-rw-r--r--usr/src/man/man1m/k5srvutil.1m27
1 files changed, 6 insertions, 21 deletions
diff --git a/usr/src/man/man1m/k5srvutil.1m b/usr/src/man/man1m/k5srvutil.1m
index 8102ae221d..bc459ef755 100644
--- a/usr/src/man/man1m/k5srvutil.1m
+++ b/usr/src/man/man1m/k5srvutil.1m
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH k5srvutil 1M "29 Aug 2006" "SunOS 5.11" "System Administration Commands"
+.TH K5SRVUTIL 1M "Aug 29, 2006"
.SH NAME
k5srvutil \- host key table (keytab) manipulation utility
.SH SYNOPSIS
@@ -22,23 +22,19 @@ currently in his keytab or to add new keys to the keytab.
The operand \fIoperation\fR must be one of the following:
.sp
.ne 2
-.mk
.na
\fB\fBlist\fR\fR
.ad
.RS 10n
-.rt
Lists the keys in a keytab, showing version number and principal name.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBchange\fR\fR
.ad
.RS 10n
-.rt
Changes all the keys in the keytab to new randomly-generated keys, updating the
keys in the Kerberos server's database to match those by using the \fBkadmin\fR
protocol. If a key's version number does not match the version number stored in
@@ -50,12 +46,10 @@ the \fB-k\fR option is used, the old and new keys are displayed.
.sp
.ne 2
-.mk
.na
\fB\fBdelold\fR\fR
.ad
.RS 10n
-.rt
Deletes keys that are not the most recent version from the keytab. This
operation should be used at some point after a change operation to remove old
keys. If the \fB-i\fR flag is specified, \fBk5srvutil\fR asks the user whether
@@ -64,12 +58,10 @@ the old keys associated with each principal should be removed.
.sp
.ne 2
-.mk
.na
\fB\fBdelete\fR\fR
.ad
.RS 10n
-.rt
Deletes particular keys in the keytab, interactively prompting for each key.
.RE
@@ -87,35 +79,29 @@ However, old keys are retained, so they are available in case of failure.
The following options are supported:
.sp
.ne 2
-.mk
.na
\fB\fB-f\fR \fIfilename\fR\fR
.ad
.RS 15n
-.rt
Specify a keytab file other than the default file, \fB/etc/krb5.keytab\fR.
.RE
.sp
.ne 2
-.mk
.na
\fB\fB-i\fR\fR
.ad
.RS 15n
-.rt
Prompts user before changing keys when using the \fBchange\fR or \fBdelold\fR
operands.
.RE
.sp
.ne 2
-.mk
.na
\fB\fB-k\fR\fR
.ad
.RS 15n
-.rt
Displays old and new keys when using the \fBchange\fR operand.
.RE
@@ -127,13 +113,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityCommitted
+Interface Stability Committed
.TE
.SH SEE ALSO