SUMMARY
Implement the feature Failed-Login Tracking and Temporary Account Locking
ISSUE TYPE
COMPONENT NAME
mysql_user module
ADDITIONAL INFORMATION
It will improve the security and avoid some kind of attacks.
- name: Lock bob's account when 4 consecutive login attempt failed for unbounded time
community.mysql.mysql_user:
name: bob
account_locking:
FAILED_LOGIN_ATTEMPTS: 4
PASSWORD_LOCK_TIME: UNBOUNDED