diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2010-01-21 17:25:12 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-21 17:25:12 +0000 |
| commit | 0806dd92385d0aec9cc43ef516f8387b1621dd6e (patch) | |
| tree | 47f6d3342be9519d56146811f6d92bd8dadf99b0 /lib/libpam | |
| parent | 84bee0d7fbd96d1e613c4b5a394a5b47ff1d8073 (diff) | |
Notes
Diffstat (limited to 'lib/libpam')
| -rw-r--r-- | lib/libpam/modules/pam_lastlog/pam_lastlog.8 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libpam/modules/pam_lastlog/pam_lastlog.8 b/lib/libpam/modules/pam_lastlog/pam_lastlog.8 index 9fc7e452ae6b9..8ee5decc36273 100644 --- a/lib/libpam/modules/pam_lastlog/pam_lastlog.8 +++ b/lib/libpam/modules/pam_lastlog/pam_lastlog.8 @@ -65,12 +65,7 @@ and terminate sessions. The .Fn pam_sm_open_session -function records the session in the -.Xr utmp 5 , -.Xr wtmp 5 -and -.Xr lastlog 5 -databases. +function records the session in the user accounting database. The .Fn pam_sm_close_session function does nothing. @@ -90,10 +85,10 @@ Ignore I/O failures. .Sh SEE ALSO .Xr last 1 , .Xr w 1 , +.Xr getutxent 3 , .Xr login 3 , .Xr logout 3 , .Xr pam.conf 5 , -.Xr utmp 5 , .Xr lastlogin 8 , .Xr pam 8 .Sh AUTHORS |
