1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-30 12:04:07 +00:00
freebsd/lib/libpam/modules/pam_lastlog
Ed Schouten 17c79ad08c Convert pam_lastlog(8) to libulog.
The information used by the "Last login:"-line is obtained by using
ulog_setutxfile(3) to switch to the lastlog database. Login and logout
are performed using the utility functions ulog_login(3) and
ulog_logout(3).

This also means we must build libulog during bootstrap.

Approved by:	des
2009-12-11 14:15:55 +00:00
..
Makefile Convert pam_lastlog(8) to libulog. 2009-12-11 14:15:55 +00:00
pam_lastlog.8
pam_lastlog.c Convert pam_lastlog(8) to libulog. 2009-12-11 14:15:55 +00:00