Actually set min/max password lifetime for account
This patch changes the tasks for V-71927 and V-71931 to actually set the minimum password age on user accounts rather than printing useless debug messages. Change-Id: I3e085160baef1ecc12a3c96f08ede3845c68449f
This commit is contained in:
committed by
Jesse Pretorius (odyssey4me)
parent
6c9c7fad66
commit
3699f90710
@@ -375,6 +375,11 @@ security_unattended_upgrades_notifications: false
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
## Accounts (accounts)
|
||||
# Set minimum password lifetime to 1 day for interactive accounts.
|
||||
security_set_minimum_password_lifetime: no # V-71927
|
||||
security_set_maximum_password_lifetime: no # V-71931
|
||||
|
||||
## AIDE (aide)
|
||||
# Initialize the AIDE database immediately (may take time).
|
||||
security_rhel7_initialize_aide: no # V-71973
|
||||
|
||||
Reference in New Issue
Block a user