Fix passwdqc default options

This commit is contained in:
fitz123 2015-09-24 02:51:56 +07:00
parent afa3be1e6a
commit b013986f61

View file

@ -8,7 +8,7 @@ os_auth_lockout_time: 600 # 10min
os_auth_timeout: 60
os_auth_allow_homeless: false
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_uid_min: 1000
os_auth_gid_min: 1000