[MDEV-28016] CREATE USER replicated with clear text password Created: 2022-03-07 Updated: 2023-08-21 Resolved: 2022-03-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Admin statements |
| Affects Version/s: | 10.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Muhammad Irfan | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | galera | ||
| Issue Links: |
|
||||||||||||
| Description |
|
I had Simple Password Check Plugin on 3 node cluster setup with below settings.
However, when tried to create user failed to meet simple password check plugin criteria it still replicated with clear text password.
It seems like clear text password is logged into binary log and below error/warning from rest of cluster nodes.
|
| Comments |
| Comment by Elena Stepanova [ 2022-03-07 ] |
|
What is the "main complaint" – that a failed CREATE USER statement is replicated, or that a password from CREATE USER statement (failed or not) is written to the binary log in plain text? |
| Comment by Muhammad Irfan [ 2022-03-08 ] |
|
elenst It's about password is written as plain text to binary and error log. |
| Comment by Elena Stepanova [ 2022-03-08 ] |
|
In this case it's MDEV-10584 / MDEV-9042 . muhammad.irfan, are you okay with re-pointing the support issue to the JIRA items above? |