[CONPY-127] Let the connector accept None passwords. Created: 2020-11-10 Updated: 2020-11-16 Resolved: 2020-11-16 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | 1.0.4 |
| Fix Version/s: | 1.0.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Frank | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
MariaDB 10.5 |
||
| Description |
|
When migrating from the mysql to the mariadb connector, I found out, that when using the socket user identification from 10.5 the password is not ignored.
But for the mariadb connector it must changed to:
When connect via socket auth, the password will be None, because it is not needed. But the mariadb python module can't handle it. The connect will fail with:
|
| Comments |
| Comment by Georg Richter [ 2020-11-16 ] |
|
Fixed in rev. acf9f9190ee7f358f557c15670197599ec0c57b8 |