Details
-
New Feature
-
Status: Stalled (View Workflow)
-
Minor
-
Resolution: Unresolved
-
None
Description
MySQL 5.7 introduced the Connection Control plugins to implement an increasing delay in server response to connection attempts after a configurable number of consecutive failed attempts.
https://dev.mysql.com/doc/refman/5.7/en/connection-control.html
This is aimed as a deterrent for brute force attacks. A user requested this feature - https://mariadb.com/kb/en/is-there-a-mariadb-equivalent-to-mysql-connection_control-plugin/
Attachments
Issue Links
- is part of
-
MDEV-28906 MySQL 8.0 desired compatibility
-
- Open
-
- relates to
-
MDEV-7598 Block user accounts after failed login attempts
-
- Closed
-
-
MDEV-23729 INFORMATION_SCHEMA Table info. about user locked due to max_password_errors
-
- Closed
-
-
MDEV-19133 Limit / throttle connection attempts
-
- Open
-
Hard code for min/max and a threshold values is much simpler. I will start do this work today