[MDEV-20434] ALTER USER prints bad error message if specified authentication plugin is not loaded Created: 2019-08-27 Updated: 2022-03-01 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Affects Version/s: | 10.4.7 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Vicențiu Ciorbaru |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
CREATE USER and GRANT print a very nice error message if a specified authentication plugin does not exist. In contrast, ALTER USER prints a generic error message, so the root cause can be difficult to determine in some cases. CREATE USER:
GRANT:
ALTER USER:
I think that ALTER USER's error message should be similar to the one used by CREATE USER and GRANT in this case. |
| Comments |
| Comment by Robert Bindar [ 2019-12-09 ] |
|
Patch covering this is at: https://github.com/mariadb/server/commit/d87e079c4350ee0cdc8f80522b9c35c57c0c5928 |