Deleted Added
full compact
pam_lastlog.8 (140568) pam_lastlog.8 (202756)
1.\" Copyright (c) 2001 Mark R V Murray
2.\" All rights reserved.
3.\" Copyright (c) 2001 Networks Associates Technology, Inc.
4.\" All rights reserved.
5.\"
6.\" Portions of this software were developed for the FreeBSD Project by
7.\" ThinkSec AS and NAI Labs, the Security Research Division of Network
8.\" Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035

--- 18 unchanged lines hidden (view full) ---

27.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
1.\" Copyright (c) 2001 Mark R V Murray
2.\" All rights reserved.
3.\" Copyright (c) 2001 Networks Associates Technology, Inc.
4.\" All rights reserved.
5.\"
6.\" Portions of this software were developed for the FreeBSD Project by
7.\" ThinkSec AS and NAI Labs, the Security Research Division of Network
8.\" Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035

--- 18 unchanged lines hidden (view full) ---

27.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" $FreeBSD: head/lib/libpam/modules/pam_lastlog/pam_lastlog.8 140568 2005-01-21 10:48:35Z ru $
35.\" $FreeBSD: head/lib/libpam/modules/pam_lastlog/pam_lastlog.8 202756 2010-01-21 17:25:12Z ed $
36.\"
37.Dd January 24, 2002
38.Dt PAM_LASTLOG 8
39.Os
40.Sh NAME
41.Nm pam_lastlog
42.Nd login accounting PAM module
43.Sh SYNOPSIS

--- 16 unchanged lines hidden (view full) ---

60The login accounting session management component provides functions
61to initiate
62.Pq Fn pam_sm_open_session
63and terminate
64.Pq Fn pam_sm_close_session
65sessions.
66The
67.Fn pam_sm_open_session
36.\"
37.Dd January 24, 2002
38.Dt PAM_LASTLOG 8
39.Os
40.Sh NAME
41.Nm pam_lastlog
42.Nd login accounting PAM module
43.Sh SYNOPSIS

--- 16 unchanged lines hidden (view full) ---

60The login accounting session management component provides functions
61to initiate
62.Pq Fn pam_sm_open_session
63and terminate
64.Pq Fn pam_sm_close_session
65sessions.
66The
67.Fn pam_sm_open_session
68function records the session in the
69.Xr utmp 5 ,
70.Xr wtmp 5
71and
72.Xr lastlog 5
73databases.
68function records the session in the user accounting database.
74The
75.Fn pam_sm_close_session
76function does nothing.
77.Pp
78The following options may be passed to the authentication module:
79.Bl -tag -width ".Cm no_warn"
80.It Cm debug
81.Xr syslog 3
82debugging information at
83.Dv LOG_DEBUG
84level.
85.It Cm no_warn
86suppress warning messages to the user.
87.It Cm no_fail
88Ignore I/O failures.
89.El
90.Sh SEE ALSO
91.Xr last 1 ,
92.Xr w 1 ,
69The
70.Fn pam_sm_close_session
71function does nothing.
72.Pp
73The following options may be passed to the authentication module:
74.Bl -tag -width ".Cm no_warn"
75.It Cm debug
76.Xr syslog 3
77debugging information at
78.Dv LOG_DEBUG
79level.
80.It Cm no_warn
81suppress warning messages to the user.
82.It Cm no_fail
83Ignore I/O failures.
84.El
85.Sh SEE ALSO
86.Xr last 1 ,
87.Xr w 1 ,
88.Xr getutxent 3 ,
93.Xr login 3 ,
94.Xr logout 3 ,
95.Xr pam.conf 5 ,
89.Xr login 3 ,
90.Xr logout 3 ,
91.Xr pam.conf 5 ,
96.Xr utmp 5 ,
97.Xr lastlogin 8 ,
98.Xr pam 8
99.Sh AUTHORS
100The
101.Nm
102module and this manual page were developed for the FreeBSD Project by
103ThinkSec AS and NAI Labs, the Security Research Division of Network
104Associates, Inc.\& under DARPA/SPAWAR contract N66001-01-C-8035
105.Pq Dq CBOSS ,
106as part of the DARPA CHATS research program.
92.Xr lastlogin 8 ,
93.Xr pam 8
94.Sh AUTHORS
95The
96.Nm
97module and this manual page were developed for the FreeBSD Project by
98ThinkSec AS and NAI Labs, the Security Research Division of Network
99Associates, Inc.\& under DARPA/SPAWAR contract N66001-01-C-8035
100.Pq Dq CBOSS ,
101as part of the DARPA CHATS research program.