From 00a5cff2449356d516352a2e2a3bd26693334081 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Fri, 26 Jul 2019 22:34:59 +0200 Subject: [PATCH] login.defs: Really add LASTLOG_UID_MAX However 46331648 mentions adding of LASTLOG_UID_MAX to login.defs, it did not happen. Signed-off-by: Stanislav Brabec --- etc/login.defs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/login.defs b/etc/login.defs index eba4bde7e..e527cdcb5 100644 --- a/etc/login.defs +++ b/etc/login.defs @@ -31,6 +31,15 @@ LOG_OK_LOGINS no # LASTLOG_ENAB yes +# +# Limit the highest user ID number for which the lastlog entries should +# be updated. +# +# No LASTLOG_UID_MAX means that there is no user ID limit for writing +# lastlog entries. +# +#LASTLOG_UID_MAX + # # Enable checking and display of mailbox status upon login. # -- 2.47.2