[MDEV-18268] Users identified via ed25519 are non-functional without password Created: 2019-01-16 Updated: 2020-05-11 Resolved: 2020-05-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System, Documentation, Plugins |
| Affects Version/s: | 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Ian Gilfillan |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Note: Possibly it's just a documentation problem, currently the plugin page doesn't say anything on the subject. A user identified via ed25519 can be created without a password. It is accepted without errors or warnings:
However, such user cannot connect:
In 10.4 it reports "using password: YES" instead of "using password: NO", but otherwise the result is the same. |
| Comments |
| Comment by Sergei Golubchik [ 2019-10-29 ] |
|
Yes. ed25519 plugin requires a password, unlike mysql_native_password that allows no-password logins if an empty password was specified. |