[MXS-1451] Password is not stored with skip_authentication=true Created: 2017-09-25 Updated: 2017-09-26 Resolved: 2017-09-26 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.1.0 |
| Fix Version/s: | 2.1.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Massimiliano Pinto (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When using skip_authentication=true the backend server replies with: Access denied for user 'user'@'x.y.z' (using password: NO) |
| Comments |
| Comment by markus makela [ 2017-09-26 ] |
|
The authentication now correctly interprets and authenticates users in MaxScale when per-user authentication is disabled with skip_authentication. |