5754 prtconf: assertion failure in libpcidb if vendor cannot be looked up
[illumos-gate.git] / usr / src / man / man5 / pam_rhosts_auth.5
blobc568c1ab4cf1bccbd69221c336f0ac48ee261427
1 '\" te
2 .\"  Copyright (c) 1995, Sun Microsystems, Inc.
3 .\"   All Rights Reserved
4 .\" 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.
5 .\" 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.
6 .\" 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]
7 .TH PAM_RHOSTS_AUTH 5 "Oct 28, 1996"
8 .SH NAME
9 pam_rhosts_auth \- authentication management PAM module using ruserok()
10 .SH SYNOPSIS
11 .LP
12 .nf
13 \fB/usr/lib/security/pam_rhosts_auth.so.1\fR
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 The rhosts  \fBPAM\fR module,  \fB/usr/lib/security/pam_rhosts_auth.so.1\fR,
20 authenticates a user via the \fBrlogin\fR authentication protocol. Only
21 \fBpam_sm_authenticate()\fR is implemented within this module.
22 \fBpam_sm_authenticate()\fR uses the \fBruserok\fR(3SOCKET) library function to
23 authenticate the \fBrlogin\fR or \fBrsh\fR user. \fBpam_sm_setcred()\fR is a
24 null function.
25 .sp
26 .LP
27 \fB/usr/lib/security/pam_rhosts_auth.so.1\fR is designed to be stacked on top
28 of  the \fB/usr/lib/security/pam_unix.so.1\fR module for both the \fBrlogin\fR
29 and \fBrsh\fR services. This module is normally configured as \fIsufficient\fR
30 so that subsequent authentication is performed only on failure of
31 \fBpam_sm_authenticate()\fR. The following option may be passed in to this
32 service module:
33 .sp
34 .ne 2
35 .na
36 \fB\fBdebug\fR \fR
37 .ad
38 .RS 10n
39 \fBsyslog\fR(3C) debugging information at  \fBLOG_DEBUG\fR level.
40 .RE
42 .SH ATTRIBUTES
43 .sp
44 .LP
45 See \fBattributes\fR(5) for descriptions of the following attributes:
46 .sp
48 .sp
49 .TS
50 box;
51 c | c
52 l | l .
53 ATTRIBUTE TYPE  ATTRIBUTE VALUE
55 MT Level        MT-Safe with exceptions
56 .TE
58 .SH SEE ALSO
59 .sp
60 .LP
61 \fBpam\fR(3PAM), \fBpam_authenticate\fR(3PAM), \fBruserok\fR(3SOCKET),
62 \fBsyslog\fR(3C), \fBlibpam\fR(3LIB), \fBpam.conf\fR(4), \fBattributes\fR(5)
63 .SH NOTES
64 .sp
65 .LP
66 The interfaces in  \fBlibpam()\fR are MT-Safe only if each thread within the
67 multi-threaded application uses its own  \fBPAM\fR handle.