Information
RHEL 10 must prohibit the use of cached authenticators after one day.
GROUP ID: V-281331
RULE ID: SV-281331r1167143
If cached authentication information is out of date, the validity of the authentication information may be questionable.
Solution
Configure RHEL 10 SSSD to prohibit the use of cached authentications after one day.
Edit the file "/etc/sssd/sssd.conf" or a configuration file in "/etc/sssd/conf.d" and add or edit the following line just below the line [pam]:
offline_credentials_expiration = 1
Restart the "sssd" service with the following command for the changes to take effect:
$ sudo systemctl restart sssd.service