mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 23:43:06 +00:00
Ensure min/max days between password changes.
Signed-off-by: root@DERVISHx <nuno.carvalho@siemens.com>
This commit is contained in:
parent
0856639ab5
commit
9c12cc07b2
3 changed files with 30 additions and 7 deletions
|
|
@ -601,6 +601,10 @@ rhel9cis_pass:
|
|||
min_days: 7
|
||||
warn_age: 7
|
||||
|
||||
# 5.6.1.1/2 Variable to be adjust so the rule sets password min/max
|
||||
# This refers to the minimum UID that rule will start from
|
||||
usr_min_uid: 1000
|
||||
|
||||
# 5.5.1
|
||||
## PAM
|
||||
rhel9cis_pam_password:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue