I am trying to implement account lockout for Ubuntu systems using pam_tally. The login should be disabled for certain interval on 3 invalid login attempts. This should happen for both system and LDAP logins to the system.
(We have a working LDAP central authentication system where users from Ubuntu clients can authenticate)
How can we configure this ? I could see some articles on this for redhat but not ubuntu