1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/lib/libpam/modules
Ed Schouten d1b8647f1c Let pam_lastlog use random ut_id's.
By using random values for ut_id, not based on the TTY name, it is
possible to run for example login(1) multiple times on the same TTY,
without overwriting any previous records.

The output of w(1) will then be as follows:

| 12:26PM  up 2 days,  2:31, 5 users, load averages: 0.01, 0.03, 0.03
| USER       TTY      FROM                      LOGIN@  IDLE WHAT
| ed         pts/2    mekker.80386.nl          12:26PM     - w
| root       pts/2    -                        12:26PM     - w
| root       pts/2    -                        12:26PM     - w
| root       pts/2    -                        12:26PM     - w

Approved by:	des
2010-01-18 11:29:51 +00:00
..
pam_chroot
pam_deny
pam_echo
pam_exec Build lib/ with WARNS=6 by default. 2010-01-02 09:58:07 +00:00
pam_ftpusers
pam_group
pam_guest
pam_krb5 Unbreak builds with _FREEFALL_CONFIG=yes, by forcing a lower WARNS 2010-01-17 19:47:42 +00:00
pam_ksu
pam_lastlog Let pam_lastlog use random ut_id's. 2010-01-18 11:29:51 +00:00
pam_login_access
pam_nologin
pam_opie
pam_opieaccess
pam_passwdqc
pam_permit
pam_radius Build lib/ with WARNS=6 by default. 2010-01-02 09:58:07 +00:00
pam_rhosts
pam_rootok
pam_securetty
pam_self
pam_ssh Build lib/ with WARNS=6 by default. 2010-01-02 09:58:07 +00:00
pam_tacplus
pam_unix Note that nullok should not be used by processes that can't access the 2009-11-13 11:19:26 +00:00
Makefile
Makefile.inc Build lib/ with WARNS=6 by default. 2010-01-02 09:58:07 +00:00
modules.inc