Information
The operating system must display the date and time of the last successful account logon upon logon.
Rationale:
Providing users with feedback on when account accesses last occurred facilitates user recognition and reporting of unauthorized account use.
Solution
Configure the operating system to provide users with feedback on when account accesses last occurred by setting the required configuration options in /etc/pam.d/postlogin.
Example: vim /etc/pam.d/postlogin
Add the following line to the top of the file:
session required pam_lastlog.so showfailed
Notes:
This Benchmark recommendation maps to:
Red Hat Enterprise Linux 7 Security Technical Implementation Guide:
Version 2, Release: 3 Benchmark Date: 26 Apr 2019
Vul ID: V-72275
Rule ID: SV-86899r4_rule
STIG ID: RHEL-07-040530
Severity: CAT III