[CONC-434] GSSAPI name mismatch when connection w/o username and password Created: 2019-08-09 Updated: 2019-08-09 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.1.3 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Stefan Scherfke | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | regression | ||
| Environment: |
Linux |
||
| Description |
|
In prior versions (e.g., 3.0.3) I could connect to a database with GSSAPI auth without providing a username and a password. The default / currently logged in Kerberos user was used by default. With version 3.1.3 (and 3.1.2), this no longer works. Instead, I get this error: `GSSAPI name mismatch, requested 'UNKNOWN_USER', actual name '<name>@<domain>'` This does not look like a feature, since the Changelog don't contain anything about it. |