[MDEV-26647] Include password validation plugin information in the error message if the SQL statement is not satisfied password policy Created: 2021-09-20 Updated: 2023-11-27 Resolved: 2022-07-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugins |
| Affects Version/s: | 10.2, 10.3, 10.4, 10.5, 10.6, 10.7 |
| Fix Version/s: | 10.7.1, 10.3.36, 10.4.26, 10.5.17, 10.6.9 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Ramesh Sivaraman | Assignee: | Oleksandr Byelkin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||
| Description |
|
Currently simple_password_check and password_reuse_check shows same error message if the query does not satisfy the plugin policy. I think we should separate the error message on the basis of failure. simple_password_check password validation
password_reuse_check password validation
Similarly ALTER USER also shows different error message.
|
| Comments |
| Comment by Oleksandr Byelkin [ 2021-10-20 ] | ||||||||||||||||||||||
|
It is related to all plugins (there is no info even about which plugin generated the error) | ||||||||||||||||||||||
| Comment by Oleksandr Byelkin [ 2021-10-20 ] | ||||||||||||||||||||||
|
branch bb-10.2-
and 10.7:
| ||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2021-10-20 ] | ||||||||||||||||||||||
|
ok to push | ||||||||||||||||||||||
| Comment by Daniel Black [ 2022-01-29 ] | ||||||||||||||||||||||
|
10.2 changes appears unmerged. 10.7 appears to be merged. |