ODBC: Kerberos uses incorrect default host name
Details
| Detail name | Value |
|---|---|
| Changelog Number | 13279 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 7.1.0 |
| Fix Versions | Exasol 7.1.3 |
| Resolution Date | 2021-11-26 |
Background
When connecting using Kerberos Authentication from the ODBC Driver, it is possible to connect without specifying the host name. In this case, the default host name should be the host from the connection string where the client is going to connect to.
Description
The driver incorrectly uses the IP Address as default.
Workaround:
Specify the host name explicitly using the keroberosHostName parameter in the connection string.
Fix
The driver uses the host name from the connection string, if no host name is specified.