Active Directory Authentication for sqsh

969 Views Asked by At

I am new user for sqsh to work with SQL Server from linux box. Iuse sqsh passing servername username and password with -S,-U paramters. I am logged to linux box with active directory credentials. Can someone suggest how I can log to sql server from sqsh with active directory credentials so that I amy not to type password each time

1

There are 1 best solutions below

2
On

Sqsh supports single sign on using Kerberos authentication to SAP ASE servers. Take a look at the -K, -R, -V and -Z parameters in the documentation and maybe you can get it to work with MSSQL as well. Unfortunately I do not have the right environment setup with AD to test this out myself.