]> granicus.if.org Git - shadow/commit
login.defs: Add LASTLOG_UID_MAX variable to limit lastlog to small uids.
authorTomas Mraz <tmraz@fedoraproject.org>
Wed, 28 Nov 2018 13:57:16 +0000 (14:57 +0100)
committerSerge Hallyn <shallyn@cisco.com>
Mon, 10 Dec 2018 19:25:56 +0000 (13:25 -0600)
commit4633164857580a5e5e52a8a2106fa2b4627bc8f6
tree2a002a159ab55dd6b4dad6982442a677de997798
parent59c2dabb264ef7b3137f5edb52c0b31d5af0cf76
login.defs: Add LASTLOG_UID_MAX variable to limit lastlog to small uids.

As the large uids are usually provided by remote user identity and
authentication service, which also provide user login tracking,
there is no need to create a huge sparse file for them on every local
machine.

fixup! login.defs: Add LASTLOG_UID_MAX variable to limit lastlog to small uids.
lib/getdef.c
man/Makefile.am
man/lastlog.8.xml
man/login.defs.5.xml
man/login.defs.d/LASTLOG_UID_MAX.xml [new file with mode: 0644]
man/useradd.8.xml
man/usermod.8.xml
src/lastlog.c
src/login.c
src/useradd.c
src/usermod.c