diff options
Diffstat (limited to 'usr/src/man/man5/pam_roles.5')
-rw-r--r-- | usr/src/man/man5/pam_roles.5 | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/usr/src/man/man5/pam_roles.5 b/usr/src/man/man5/pam_roles.5 index 8d237bfb3f..f1425f9e21 100644 --- a/usr/src/man/man5/pam_roles.5 +++ b/usr/src/man/man5/pam_roles.5 @@ -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 pam_roles 5 "6 Mar 2007" "SunOS 5.11" "Standards, Environments, and Macros" +.TH PAM_ROLES 5 "Mar 6, 2007" .SH NAME pam_roles \- Solaris Roles account management module .SH SYNOPSIS @@ -35,23 +35,19 @@ This module is generally stacked above the \fBpam_unix_account\fR(5) module. The following options are interpreted: .sp .ne 2 -.mk .na \fB\fBallow_remote\fR\fR .ad .RS 16n -.rt Allows a remote service to specify the user to enter as a role. .RE .sp .ne 2 -.mk .na \fB\fBdebug\fR\fR .ad .RS 16n -.rt Provides \fBsyslog\fR(3C) debugging information at the \fBLOG_DEBUG\fR level. .RE @@ -61,12 +57,10 @@ Provides \fBsyslog\fR(3C) debugging information at the \fBLOG_DEBUG\fR level. The following values are returned: .sp .ne 2 -.mk .na \fB\fBPAM_IGNORE\fR\fR .ad .RS 20n -.rt If the type of the new user identity (\fBPAM_USER\fR) is "\fBnormal\fR". Or, if the type of the new user identity is "\fBrole\fR" and the user asserting the new identity (\fBPAM_AUSER\fR) has the new identity name in its list of roles. @@ -74,23 +68,19 @@ new identity (\fBPAM_AUSER\fR) has the new identity name in its list of roles. .sp .ne 2 -.mk .na \fB\fBPAM_USER_UNKNOWN\fR\fR .ad .RS 20n -.rt No account is present for user. .RE .sp .ne 2 -.mk .na \fB\fBPAM_PERM_DENIED\fR\fR .ad .RS 20n -.rt If the type of the new user identity (\fBPAM_USER\fR) is "\fBrole\fR" and the user asserting the new identity (\fBPAM_AUSER\fR) does not have the new identity name in its list of roles. @@ -155,15 +145,14 @@ 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 StabilityEvolving +Interface Stability Evolving _ -MT LevelMT-Safe with exceptions +MT Level MT-Safe with exceptions .TE .SH SEE ALSO |