mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-11 21:24:24 -05:00
ff9bc1d7ea
* Show failed and remaining password attempts. * Document unlock procedure if Linux user account got locked. * Point out, that there is no password feedback for `su`. * Explain locked (root) account if locked. * /usr/share/pam-configs/tally2-security-misc * /usr/lib/security-misc/pam_tally2-info
11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
Name: lock accounts after 5 failed authentication attempts (by package security-misc)
|
|
Default: yes
|
|
Priority: 260
|
|
Auth-Type: Primary
|
|
Auth:
|
|
optional pam_exec.so debug stdout seteuid /usr/lib/security-misc/pam_tally2-info
|
|
requisite pam_tally2.so even_deny_root deny=100 onerr=fail audit debug
|
|
Account-Type: Primary
|
|
Account:
|
|
requisite pam_tally2.so debug
|