[MDEV-13494] problem with MariaDB-Server 10.2 and security Created: 2017-08-10 Updated: 2017-08-10 Resolved: 2017-08-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System, Plugin - unix_socket |
| Affects Version/s: | 10.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Aurélien LEQUOY | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | tests | ||
| Description |
|
I install Mariadb 10.2 (in non-interactive) then i set password :
and I can still connect without password and mysql tell me than password here :
flush privileges; don't help. I make it with grant :
and now normal behavior |
| Comments |
| Comment by Aurélien LEQUOY [ 2017-08-10 ] |
|
it's happen with 10.1 and 10.2 |
| Comment by Sergei Golubchik [ 2017-08-10 ] |
|
This is expected behavior. See what authentication plugin you're using and read the documentation for the unix_socket plugin. |
| Comment by Aurélien LEQUOY [ 2017-08-10 ] |
|
i use same authentication plugin in both case. ok, I understand what happen, have to test it grant make change about auth plugin. |