summaryrefslogtreecommitdiff
path: root/usr/src/man/man7/pam_unix_auth.7
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man7/pam_unix_auth.7')
-rw-r--r--usr/src/man/man7/pam_unix_auth.738
1 files changed, 19 insertions, 19 deletions
diff --git a/usr/src/man/man7/pam_unix_auth.7 b/usr/src/man/man7/pam_unix_auth.7
index 73c8bc0a3e..2e5cc7db83 100644
--- a/usr/src/man/man7/pam_unix_auth.7
+++ b/usr/src/man/man7/pam_unix_auth.7
@@ -20,19 +20,19 @@ provides functionality to the PAM authentication stack. It provides functions
that use \fBcrypt\fR(3C) to verify that the password contained in the \fBPAM\fR
item \fBPAM_AUTHTOK\fR is the correct password for the user specified in the
item \fBPAM_USER\fR. If \fBPAM_REPOSITORY\fR is specified, then user's password
-is fetched from that repository. Otherwise, the default \fBnsswitch.conf\fR(4)
+is fetched from that repository. Otherwise, the default \fBnsswitch.conf\fR(5)
repository is searched for that user.
.sp
.LP
For accounts in the name services which support automatic account locking, the
-account may be configured to be automatically locked (see \fBuser_attr\fR(4)
-and \fBpolicy.conf\fR(4)) after multiple failed login attempts. For accounts
+account may be configured to be automatically locked (see \fBuser_attr\fR(5)
+and \fBpolicy.conf\fR(5)) after multiple failed login attempts. For accounts
that are configured for automatic locking, if authentication failure is to be
returned, the failed login counter is incremented upon each failure. If the
number of successive failures equals or exceeds \fBRETRIES\fR as defined in
\fBlogin\fR(1), the account is locked and \fBPAM_MAXTRIES\fR is returned.
-Currently, only the "files" repository (see \fBpasswd\fR(4) and
-\fBshadow\fR(4)) supports automatic account locking. A successful
+Currently, only the "files" repository (see \fBpasswd\fR(5) and
+\fBshadow\fR(5)) supports automatic account locking. A successful
authentication by this module clears the failed login counter and reports the
number of failed attempts since the last successful authentication.
.sp
@@ -41,7 +41,7 @@ Authentication service modules must implement both \fBpam_sm_authenticate()\fR
and \fBpam_sm_setcred()\fR. To allow the authentication portion of UNIX
authentication to be replaced, \fBpam_sm_setcred()\fR in this module always
returns \fBPAM_IGNORE\fR. This module should be stacked with
-\fBpam_unix_cred\fR(5) to ensure a successful return from
+\fBpam_unix_cred\fR(7) to ensure a successful return from
\fBpam_setcred\fR(3PAM).
.sp
.LP
@@ -180,7 +180,7 @@ Ignores this module regardless of the control flag.
.SH ATTRIBUTES
.sp
.LP
-See \fBattributes\fR(5) for descriptions of the following attributes:
+See \fBattributes\fR(7) for descriptions of the following attributes:
.sp
.sp
@@ -198,14 +198,14 @@ MT Level MT-Safe with exceptions
.SH SEE ALSO
.sp
.LP
-\fBlogin\fR(1), \fBpasswd\fR(1), \fBuseradd\fR(1M), \fBusermod\fR(1M),
-\fBroleadd\fR(1M), \fBrolemod\fR(1M), \fBcrypt\fR(3C), \fBlibpam\fR(3LIB),
+\fBlogin\fR(1), \fBpasswd\fR(1), \fBuseradd\fR(8), \fBusermod\fR(8),
+\fBroleadd\fR(8), \fBrolemod\fR(8), \fBcrypt\fR(3C), \fBlibpam\fR(3LIB),
\fBpam\fR(3PAM), \fBpam_authenticate\fR(3PAM), \fBpam_setcred\fR(3PAM),
-\fBsyslog\fR(3C), \fBpam.conf\fR(4), \fBpasswd\fR(4), \fBpolicy.conf\fR(4),
-\fBnsswitch.conf\fR(4), \fBshadow\fR(4), \fBuser_attr\fR(4),
-\fBattributes\fR(5), \fBpam_authtok_check\fR(5), \fBpam_authtok_get\fR(5),
-\fBpam_authtok_store\fR(5), \fBpam_dhkeys\fR(5), \fBpam_passwd_auth\fR(5),
-\fBpam_unix_account\fR(5), \fBpam_unix_session\fR(5)
+\fBsyslog\fR(3C), \fBpam.conf\fR(5), \fBpasswd\fR(5), \fBpolicy.conf\fR(5),
+\fBnsswitch.conf\fR(5), \fBshadow\fR(5), \fBuser_attr\fR(5),
+\fBattributes\fR(7), \fBpam_authtok_check\fR(7), \fBpam_authtok_get\fR(7),
+\fBpam_authtok_store\fR(7), \fBpam_dhkeys\fR(7), \fBpam_passwd_auth\fR(7),
+\fBpam_unix_account\fR(7), \fBpam_unix_session\fR(7)
.SH NOTES
.sp
.LP
@@ -213,11 +213,11 @@ The interfaces in \fBlibpam\fR(3LIB) are MT-Safe only if each thread within the
multi-threaded application uses its own \fBPAM\fR handle.
.sp
.LP
-The \fBpam_unix\fR(5) module is no longer supported. Similar functionality is
-provided by \fBpam_authtok_check\fR(5), \fBpam_authtok_get\fR(5),
-\fBpam_authtok_store\fR(5), \fBpam_dhkeys\fR(5),
-\fBpam_passwd_auth\fR(5), \fBpam_setcred\fR(3PAM), \fBpam_unix_account\fR(5),
-\fBpam_unix_cred\fR(5), \fBpam_unix_session\fR(5).
+The \fBpam_unix\fR(7) module is no longer supported. Similar functionality is
+provided by \fBpam_authtok_check\fR(7), \fBpam_authtok_get\fR(7),
+\fBpam_authtok_store\fR(7), \fBpam_dhkeys\fR(7),
+\fBpam_passwd_auth\fR(7), \fBpam_setcred\fR(3PAM), \fBpam_unix_account\fR(7),
+\fBpam_unix_cred\fR(7), \fBpam_unix_session\fR(7).
.sp
.LP
If the \fBPAM_REPOSITORY\fR \fIitem_type\fR is set and a service module does