Skip to content
Snippets Groups Projects
Commit 5950438c authored by Bob Mottram's avatar Bob Mottram
Browse files

Fix account required

parent 267851bd
No related branches found
No related tags found
No related merge requests found
......@@ -465,12 +465,8 @@ function set_max_login_tries {
fi
fi
if ! grep -q ' deny=' /etc/pam.d/common-account; then
if ! grep -q 'account required\t\t\tpam_tally.so' /etc/pam.d/common-account; then
sed -i '/pam_deny.so/a account required\t\t\tpam_tally.so' /etc/pam.d/common-account
else
if ! grep -q " deny=$max_tries" /etc/pam.d/common-account; then
sed -i "s| deny=.*| deny=$max_tries|g" /etc/pam.d/common-account
fi
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment