diff options
Diffstat (limited to 'usr/src/man/man5/pam_deny.5')
| -rw-r--r-- | usr/src/man/man5/pam_deny.5 | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/usr/src/man/man5/pam_deny.5 b/usr/src/man/man5/pam_deny.5 index 0cb955ec58..4e862855fd 100644 --- a/usr/src/man/man5/pam_deny.5 +++ b/usr/src/man/man5/pam_deny.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_deny 5 "16 Jun 2005" "SunOS 5.11" "Standards, Environments, and Macros" +.TH PAM_DENY 5 "Jun 16, 2005" .SH NAME pam_deny \- PAM authentication, account, session and password management PAM module to deny operations @@ -23,12 +23,10 @@ returns the module type default failure return code for all calls. The following options are interpreted: .sp .ne 2 -.mk .na \fBdebug\fR .ad .RS 9n -.rt \fBsyslog\fR(3C) debugging information at the \fBLOG_AUTH\fR|\fBLOG_DEBUG\fR levels .RE @@ -39,56 +37,46 @@ levels The following error codes are returned: .sp .ne 2 -.mk .na \fB\fBPAM_ACCT_EXPIRED\fR\fR .ad .RS 20n -.rt If \fBpam_sm_acct_mgmt\fR is called. .RE .sp .ne 2 -.mk .na \fB\fBPAM_AUTH_ERR\fR\fR .ad .RS 20n -.rt If \fBpam_sm_authenticate\fR is called. .RE .sp .ne 2 -.mk .na \fB\fBPAM_AUTHOK_ERR\fR\fR .ad .RS 20n -.rt If \fBpam_sm_chauthtok\fR is called. .RE .sp .ne 2 -.mk .na \fB\fBPAM_CRED_ERR\fR\fR .ad .RS 20n -.rt If \fBpam_sm_setcred\fR is called. .RE .sp .ne 2 -.mk .na \fB\fBPAM_SESSION_ERR\fR\fR .ad .RS 20n -.rt If \fBpam_sm_open_session\fR or \fBpam_sm_close_session\fR is called. .RE @@ -127,15 +115,14 @@ See \fBattributes\fR(5) for a description of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -\fBATTRIBUTE TYPE\fR\fBATTRIBUTE VALUE\fR +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 |
