Skip to content

Commit

Permalink
Merge pull request dev-sec#432 from joubbi/authtok_type
Browse files Browse the repository at this point in the history
os_auth_pam_pwquality_options: Changed type to authtok_type
  • Loading branch information
schurzi committed Mar 23, 2021
2 parents bd28622 + 5c9eed2 commit f0c43fa
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 f0c43fa

Please sign in to comment.