mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
use requisite rather than required to avoid asking for password needlessly
if login will fail anyhow
This commit is contained in:
parent
ce4a30d3ce
commit
63b476221c
@ -3,7 +3,7 @@ Default: yes
|
||||
Priority: 260
|
||||
Auth-Type: Primary
|
||||
Auth:
|
||||
required pam_tally2.so deny=100 onerr=fail audit debug
|
||||
requisite pam_tally2.so deny=100 onerr=fail audit debug
|
||||
Account-Type: Primary
|
||||
Account:
|
||||
required pam_tally2.so debug
|
||||
requisite pam_tally2.so debug
|
||||
|
@ -3,4 +3,4 @@ Default: yes
|
||||
Priority: 270
|
||||
Auth-Type: Primary
|
||||
Auth:
|
||||
required pam_wheel.so group=sudo debug
|
||||
requisite pam_wheel.so group=sudo debug
|
||||
|
Loading…
Reference in New Issue
Block a user