mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
c7c65fe4e7
so it can give info before pam stack gets aborted by other pam modules
11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
Name: lock accounts after 50 failed authentication attempts (by package security-misc)
|
|
Default: yes
|
|
Priority: 290
|
|
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=50 onerr=fail audit debug
|
|
Account-Type: Primary
|
|
Account:
|
|
requisite pam_tally2.so debug
|