2 .\" Copyright 2016 Toomas Soome <tsoome@me.com>
3 .\" Copyright (C) 2002, Sun Microsystems, Inc.
4 .\" All Rights Reserved
5 .\" 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.
6 .\" 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.
7 .\" 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]
8 .TH PAM_UNIX_SESSION 5 "Jan 3, 2016"
10 pam_unix_session \- session management PAM module for UNIX
14 \fBpam_unix_session.so.1\fR
20 The \fBpam_unix_session\fR module implements \fBpam_sm_open_session\fR(3PAM)
21 and \fBpam_sm_close_session\fR(3PAM).
24 \fBpam_sm_open_session()\fR updates the \fB/var/adm/lastlog\fR file with the
25 information contained in the \fBPAM_USER\fR, \fBPAM_TTY\fR, and
26 \fBPAM_RHOSTS\fR items. \fBpam_unix_account\fR(5) uses this account to
27 determine the previous time the user logged in.
30 \fBpam_sm_close_session()\fR is a null function.
33 The following options can be passed to the module:
40 \fBsyslog\fR(3C) debugging information at the \fBLOG_DEBUG\fR level
49 Turn off last login PAM_TEXT_INFO message.
55 Upon successful completion, \fBPAM_SUCCESS\fR is returned. The following error
56 codes are returned upon error:
60 \fB\fBPAM_SESSION_ERR\fR\fR
63 Cannot make or remove the entry for the specified session (PAM_TTY is not
70 \fB\fBPAM_USER_UNKNOWN\fR\fR
73 No account is present for \fIuser\fR.
79 See \fBattributes\fR(5) for descriptions of the following attributes:
87 ATTRIBUTE TYPE ATTRIBUTE VALUE
89 Interface Stability Evolving
91 MT Level MT-Safe with exceptions
97 \fBpam\fR(3PAM), \fBpam_authenticate\fR(3PAM), \fBsyslog\fR(3C),
98 \fBlibpam\fR(3LIB), \fBpam.conf\fR(4), \fBnsswitch.conf\fR(4),
99 \fBattributes\fR(5), \fBpam_authtok_check\fR(5), \fBpam_authtok_get\fR(5),
100 \fBpam_authtok_store\fR(5), \fBpam_dhkeys\fR(5), \fBpam_passwd_auth\fR(5),
101 \fBpam_unix_account\fR(5),\fBpam_unix_auth\fR(5),
105 The interfaces in \fBlibpam\fR(3LIB) are MT-Safe only if each thread within the
106 multi-threaded application uses its own PAM handle.
109 The \fBpam_unix\fR(5) module is no longer supported. Similar functionality is
110 provided by \fBpam_authtok_check\fR(5), \fBpam_authtok_get\fR(5),
111 \fBpam_authtok_store\fR(5), \fBpam_dhkeys\fR(5), \fBpam_passwd_auth\fR(5),
112 \fBpam_unix_account\fR(5), \fBpam_unix_auth\fR(5), and
113 \fBpam_unix_session\fR(5).