diff options
Diffstat (limited to 'usr/src/man/man5')
-rw-r--r-- | usr/src/man/man5/kerberos.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/man/man5/kerberos.5 b/usr/src/man/man5/kerberos.5 index 29a64655f2..a27c1a9fdd 100644 --- a/usr/src/man/man5/kerberos.5 +++ b/usr/src/man/man5/kerberos.5 @@ -1,9 +1,10 @@ '\" te +.\" Copyright 2014 Nexenta Systems, Inc. All rights reserved. .\" Copyright (c) 2008, Sun Microsystems, Inc. All Rights Reserved .\" 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 KERBEROS 5 "Oct 1, 2008" +.TH KERBEROS 5 "Oct 22, 2014" .SH NAME kerberos \- overview of Solaris Kerberos implementation .SH DESCRIPTION @@ -126,7 +127,7 @@ The following are examples of valid principal names: .LP The first four cases are \fIuser principals\fR. In the first two cases, it is assumed that the user \fBjoe\fR is in the same realm as the client, so no realm -is specified. Note that \fBjoe\fRand \fBjoe/admin\fR are different principals, +is specified. Note that \fBjoe\fR and \fBjoe/admin\fR are different principals, even if the same user uses them; \fBjoe/admin\fR has different privileges from \fBjoe\fR. The fifth case is a \fIservice principal\fR, while the final case is a \fIhost principal\fR. The word \fBhost\fR is required for host principals. |