
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
568 B
568 B
---id: V-71927 status: opt-in tag: accounts ---
Setting a minimum password lifetime on interactive user accounts provides security benefits by limiting the frequency of password changes. However, this can cause login problems for users without proper communication and coordination.
Deployers can opt-in for this change by setting the following Ansible variable:
security_set_minimum_password_lifetime: yes
The tasks will examine each interactive user account and set the minimum password age if the existing setting is not equal to one day.