Merge pull request #432 from joubbi/authtok_type

os_auth_pam_pwquality_options: Changed type to authtok_type
This commit is contained in:
schurzi 2021-03-23 22:01:40 +01:00 committed by GitHub
commit 0f424469be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: ''