summaryrefslogtreecommitdiff
path: root/usr/src/man/man5/pam_unix_cred.5
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man5/pam_unix_cred.5')
-rw-r--r--usr/src/man/man5/pam_unix_cred.535
1 files changed, 7 insertions, 28 deletions
diff --git a/usr/src/man/man5/pam_unix_cred.5 b/usr/src/man/man5/pam_unix_cred.5
index 8ec53b32ff..6f5ac56532 100644
--- a/usr/src/man/man5/pam_unix_cred.5
+++ b/usr/src/man/man5/pam_unix_cred.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_unix_cred 5 "9 Mar 2005" "SunOS 5.11" "Standards, Environments, and Macros"
+.TH PAM_UNIX_CRED 5 "Mar 9, 2005"
.SH NAME
pam_unix_cred \- PAM user credential authentication module for UNIX
.SH SYNOPSIS
@@ -37,7 +37,6 @@ initializes or updates the user's audit context if it hasn't already been
initialized. The following flags may be set in the flags field:
.sp
.ne 2
-.mk
.na
\fB\fBPAM_ESTABLISH_CRED\fR\fR
.ad
@@ -72,7 +71,6 @@ new identity, as with \fBsu\fR(1M).
.sp
.ne 2
-.mk
.na
\fB\fBPAM_DELETE_CRED\fR\fR
.ad
@@ -86,23 +84,19 @@ This flag has no effect and always returns \fBPAM_SUCCESS\fR.
The following options are interpreted:
.sp
.ne 2
-.mk
.na
\fB\fBdebug\fR\fR
.ad
.RS 10n
-.rt
Provides \fBsyslog\fR(3C) debugging information at the \fBLOG_DEBUG\fR level.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBnowarn\fR\fR
.ad
.RS 10n
-.rt
Disables any warning messages.
.RE
@@ -113,67 +107,55 @@ Upon successful completion of \fBpam_sm_setcred()\fR, \fBPAM_SUCCESS\fR is
returned. The following error codes are returned upon error:
.sp
.ne 2
-.mk
.na
\fB\fBPAM_CRED_UNAVAIL\fR\fR
.ad
.RS 20n
-.rt
Underlying authentication service cannot retrieve user credentials
.RE
.sp
.ne 2
-.mk
.na
\fB\fBPAM_CRED_EXPIRED\fR\fR
.ad
.RS 20n
-.rt
User credentials have expired
.RE
.sp
.ne 2
-.mk
.na
\fB\fBPAM_USER_UNKNOWN\fR\fR
.ad
.RS 20n
-.rt
User is unknown to the authentication service
.RE
.sp
.ne 2
-.mk
.na
\fB\fBPAM_CRED_ERR\fR\fR
.ad
.RS 20n
-.rt
Failure in setting user credentials
.RE
.sp
.ne 2
-.mk
.na
\fB\fBPAM_BUF_ERR\fR\fR
.ad
.RS 20n
-.rt
Memory buffer error
.RE
.sp
.ne 2
-.mk
.na
\fB\fBPAM_SYSTEM_ERR\fR\fR
.ad
.RS 20n
-.rt
System error
.RE
@@ -182,12 +164,10 @@ System error
The following values are returned from \fBpam_sm_authenticate()\fR:
.sp
.ne 2
-.mk
.na
\fB\fBPAM_IGNORE\fR\fR
.ad
.RS 14n
-.rt
Ignores this module regardless of the control flag
.RE
@@ -199,15 +179,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