Details
-
New Feature
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
Description
Currently with the max_password_errors configured, we don't really see any tables having a flag about the blocked user account due to this reason. (i.e., user blocked with the max attempt of trying to connect db with wrong password).
https://mariadb.com/kb/en/server-system-variables/#max_password_errors
One of our customers seems like in requirement of getting the list of blocked users, due to wrong password attempts.
Like for the "Account Locking", whenever a user is locked, will have "account_lock:false or true" in JSON object of the table "mysql.global_priv table", can we implement the similar type of info available for the blocked users for the max_password_errors case?
Attachments
Issue Links
- includes
-
MDEV-32218 message to notify end-user N-days prior the password get expired
- Closed
- is caused by
-
MDEV-7598 Block user accounts after failed login attempts
- Closed
- relates to
-
MDEV-27205 MariaDB user last login time details at DB level
- Stalled
-
MDEV-30045 settable message to notify end-user N-days prior the password get expired
- Closed
-
MDEV-31186 Provide information about a user via an information schema table
- Open
-
MDEV-32649 Add INFORMATION_SCHEMA Table with user related details
- Open
-
MDEV-29209 Implement connection response delay after a number of failed login attempts
- Stalled
-
MDEV-32218 message to notify end-user N-days prior the password get expired
- Closed