mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
Fix passwdqc default options
This commit is contained in:
parent
afa3be1e6a
commit
b013986f61
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ os_auth_lockout_time: 600 # 10min
|
||||||
os_auth_timeout: 60
|
os_auth_timeout: 60
|
||||||
os_auth_allow_homeless: false
|
os_auth_allow_homeless: false
|
||||||
os_auth_pam_passwdqc_enable: true
|
os_auth_pam_passwdqc_enable: true
|
||||||
os_auth_pam_passwdqc_options: 'disabled,disabled,16,12,8'
|
os_auth_pam_passwdqc_options: 'min=disabled,disabled,16,12,8'
|
||||||
os_auth_root_ttys: [console, tty1, tty2, tty3, tty4, tty5, tty6]
|
os_auth_root_ttys: [console, tty1, tty2, tty3, tty4, tty5, tty6]
|
||||||
os_auth_uid_min: 1000
|
os_auth_uid_min: 1000
|
||||||
os_auth_gid_min: 1000
|
os_auth_gid_min: 1000
|
||||||
|
|
Loading…
Reference in a new issue