What happened?
Kerberos authentication fails when I try to connect using kinit on macOS. Even when I enter kinit user@REALM.COM and the correct password in the app, the connection still does not succeed.
I normally establish Kerberos connections in DataGrip for this service through VPN and by running kinit in a separate terminal session. However, when I try to connect to the database using Kerberos in TablePro, the app reports that the credentials are incorrect. This suggests something is wrong with the Kerberos authentication flow.
Steps to reproduce
- Connect to the VPN required for database access
- Run
kinit user@REALM.COM in a terminal and authenticate with the correct password
- Open TablePro on macOS
- Create or edit a database connection using Kerberos authentication
- Attempt to connect
OR
- Connect to the VPN required for database access
- Open TablePro on macOS
- Create or edit a database connection using Kerberos authentication
- Enter
user@REALM.COM and the same password in TablePro
- Attempt to connect
Expected behavior
TablePro should authenticate successfully with Kerberos and connect to the database when valid credentials have already been obtained through kinit.
Database type
SQL Server
TablePro version
0.58.0
macOS version & chip
macOS 26.5.2 / Apple Silicon
Screenshots / Logs
No response
What happened?
Kerberos authentication fails when I try to connect using
kiniton macOS. Even when I enterkinit user@REALM.COMand the correct password in the app, the connection still does not succeed.I normally establish Kerberos connections in DataGrip for this service through VPN and by running
kinitin a separate terminal session. However, when I try to connect to the database using Kerberos in TablePro, the app reports that the credentials are incorrect. This suggests something is wrong with the Kerberos authentication flow.Steps to reproduce
kinit user@REALM.COMin a terminal and authenticate with the correct passwordOR
user@REALM.COMand the same password in TableProExpected behavior
TablePro should authenticate successfully with Kerberos and connect to the database when valid credentials have already been obtained through
kinit.Database type
SQL Server
TablePro version
0.58.0
macOS version & chip
macOS 26.5.2 / Apple Silicon
Screenshots / Logs
No response