mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
fix typo on set password-auth retry settings
Signed-off-by: Francesco Trentini <francesco.trentini@ris.bz.it>
This commit is contained in:
parent
8621a565f9
commit
499a547a33
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
line: "password requisite pam_pwquality.so try_first_pass local_users_only enforce_for_root retry=3"
|
line: "password requisite pam_pwquality.so try_first_pass local_users_only enforce_for_root retry=3"
|
||||||
insertbefore: '^#?password ?'
|
insertbefore: '^#?password ?'
|
||||||
|
|
||||||
- name: "5.5.1 | PATCH | Ensure password creation requirements are configured | Set system-auth retry settings"
|
- name: "5.5.1 | PATCH | Ensure password creation requirements are configured | Set password-auth retry settings"
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: /etc/pam.d/password-auth
|
path: /etc/pam.d/password-auth
|
||||||
regexp: '^password\s*requisite\s*pam_pwquality.so'
|
regexp: '^password\s*requisite\s*pam_pwquality.so'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue