Skip to content

Failed-Login Tracking and Temporary Account Locking #49

@martinwalle

Description

@martinwalle
SUMMARY

Implement the feature Failed-Login Tracking and Temporary Account Locking

ISSUE TYPE
  • Feature Idea
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions