Deleted Added
full compact
pam_lastlog.8 (89728) pam_lastlog.8 (89748)
1.\" Copyright (c) 2001 Mark R V Murray
2.\" All rights reserved.
3.\" Copyright (c) 2001 Networks Associates Technologies, 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 Technologies, 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 89728 2002-01-24 09:45:17Z des $
35.\" $FreeBSD: head/lib/libpam/modules/pam_lastlog/pam_lastlog.8 89748 2002-01-24 17:15:04Z des $
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

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

68function records the session in the
69.Xr utmp 5 ,
70.Xr wtmp 5
71and
72.Xr lastlog 5
73databases.
74The
75.Fn pam_sm_close_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

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

68function records the session in the
69.Xr utmp 5 ,
70.Xr wtmp 5
71and
72.Xr lastlog 5
73databases.
74The
75.Fn pam_sm_close_session
76records the end of the session in the
77.Xr utmp 5
78and
79.Xr wtmp 5
80databases.
76function does nothing.
81.Sh SEE ALSO
82.Xr last 1 ,
83.Xr lastlogin 1 ,
84.Xr login 3 ,
85.Xr logout 3 ,
86.Xr utmp 5 ,
87.Xr w 1 ,
88.Xr pam.conf 5 ,
89.Xr pam 8
90.Sh AUTHORS
91The
92.Nm
93module and this manual page were developed for the FreeBSD Project by
94ThinkSec AS and NAI Labs, the Security Research Division of Network
95Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
96.Pq Dq CBOSS ,
97as part of the DARPA CHATS research program.
77.Sh SEE ALSO
78.Xr last 1 ,
79.Xr lastlogin 1 ,
80.Xr login 3 ,
81.Xr logout 3 ,
82.Xr utmp 5 ,
83.Xr w 1 ,
84.Xr pam.conf 5 ,
85.Xr pam 8
86.Sh AUTHORS
87The
88.Nm
89module and this manual page were developed for the FreeBSD Project by
90ThinkSec AS and NAI Labs, the Security Research Division of Network
91Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
92.Pq Dq CBOSS ,
93as part of the DARPA CHATS research program.