public-health-ch/ansible/roles/dev-sec.os-hardening/templates/usr/share/pam-configs/pam_tally2.j2

13 lines
345 B
Django/Jinja

{{ ansible_managed | comment }}
Name: tally2 lockout after failed attempts enforcement
Default: yes
Priority: 1024
Conflicts: cracklib
Auth-Type: Primary
Auth-Initial:
required pam_tally2.so deny={{ os_auth_retries }} onerr=fail unlock_time={{ os_auth_lockout_time }}
Account-Type: Primary
Account-Initial:
required pam_tally2.so