|
Posted by aj on 09/11/07 16:46
SQL Server 2005
MS JDBC driver 1.1
OK - I've gotten to the point where I understand specifying
integratedSecurity=true;
in the JDBC URL connection properties to establish a connection
w/ SQL Server based on the login/password I've already used to
login to Windows. (I'm in a domain, and my SQL Server authentication
is mixed mode).
Now, I'd like to do this from Linux - that is, establish a connection
to SQL Server w/ the login/password I've already used to login to Linux.
The Windows domain authentication is based on Kerberos, yes? So this
should be possible, correct?
Any insight greatly appreciated...
aj
[Back to original message]
|