[MDEV-20997] max_password_errors not working Created: 2019-11-06 Updated: 2019-12-24 Resolved: 2019-12-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Affects Version/s: | 10.4.6 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Ayshkanta | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Description |
|
We have a requirement to block a user after maximum permitted number of failed connection. We use max_password_errors Variable but it doesn't seem to take affect. The version of Mariadb we have is Server version: 10.4.6-MariaDB MariaDB Server. We set this variable in /etc/my.cnf.d/server.cnf file under mariadb section.
Packages we installed are as below: rpm -qa|grep -i maria |
| Comments |
| Comment by Ayshkanta [ 2019-11-08 ] | |||||||||||||||||||||||||||
|
Can we know if the variable is really working or not. if yes then where is the error at our end. | |||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2019-11-18 ] | |||||||||||||||||||||||||||
|
It seems to be working for me:
Please describe in more detail what you do and how exactly it doesn't work. |