Skip to content

Commit

Permalink
Changed os_auth_pam_pwquality_options type to authtok_type.
Browse files Browse the repository at this point in the history
Signed-off-by: Farid Joubbi <farid@joubbi.se>
  • Loading branch information
joubbi committed Mar 23, 2021
1 parent bd28622 commit 5c9eed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/os_hardening/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ os_auth_timeout: 60
os_auth_allow_homeless: false
os_auth_pam_passwdqc_enable: true
os_auth_pam_passwdqc_options: 'min=disabled,disabled,16,12,8' # used in RHEL6
os_auth_pam_pwquality_options: 'try_first_pass retry=3 type=' # used in RHEL7
os_auth_pam_pwquality_options: 'try_first_pass retry=3 authtok_type=' # used in RHEL7
os_auth_root_ttys: [console, tty1, tty2, tty3, tty4, tty5, tty6]

os_chfn_restrict: ''
Expand Down

0 comments on commit 5c9eed2

Please sign in to comment.