Skip to content

Commit

Permalink
Merge pull request #11532 from mpurg/ubuntu_fix_pam_faildelay
Browse files Browse the repository at this point in the history
Fix ubuntu remediation for pam_faildelay
  • Loading branch information
dodys committed Feb 2, 2024
2 parents eee31ab + 7a376e1 commit 04413ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

{{{ bash_instantiate_variables("var_password_pam_delay") }}}

{{{ bash_ensure_pam_module_options('/etc/pam.d/common-auth', 'auth', 'required', 'pam_faildelay.so', 'delay', "$var_password_pam_delay", "$var_password_pam_delay") }}}
{{{ bash_ensure_pam_module_option('/etc/pam.d/common-auth', 'auth', 'required', 'pam_faildelay.so', 'delay', "$var_password_pam_delay", 'BOF') }}}

0 comments on commit 04413ad

Please sign in to comment.