SQL Integrated Security Fails

Backlog

SQL Integrated Security Fails

avatar

Hello,

I am trying to get RDM to connect to a data source using integrated security via AD. The datasource is SQL and I am able to connect easily using the Windows version (2021.2.20.0). I am getting the following error:

Unable to connect to the serverCannot authenticate using Kerberos. Ensure Kerberos has been initialized on the client with 'kinit' and a Service Principal Name has been registered for the SQL Server to allow Kerberos authentication...

My guess is there's something missing on the linux system (Ubuntu 20.04LTS). If anyone has any ideas, I'm open to suggestions if this is something that has been looked at.

Thanks.

All Comments (3)

avatar

Hi,

Integrated Security is not officially supported in RDM Linux.
You can try following theses steps (they are mentioning MacOS but should be roughly the same on Linux) but I cannot guarantee that will be a success.
https://github.com/Microsoft/vscode-mssql/wiki/How-to-enable-Integrated-Authentication-on-macOS-and-Linux-using-Kerberos

Regards

Jonathan Lafontaine

avatar

Yeah, I tried that and have things configured as it should be and it still isn't working. It would be great to get this working somehow. We're looking to get this working with a Linux jump box vs. Windows.

avatar

I'll open a ticket to look into this see if there is anything we ca do.

Jonathan Lafontaine