Authenticating using Kerberos #329
Unanswered
LightsLegend7276
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
My question is pretty straight forward. Is there a way to authenticate via Kerberos using this driver? We know from the Java side that you have to set up some properties that point to a keytab file, etc.., but that doesn't seem to be the case in the node environment from what I have researched. I haven't found anything concrete or any examples that work. I have been able to set up a sample project and connect to a mssql dbon linux. Now I need to connect from my app running on Linux to a mssql db also running on linux not on the same server. I know we can set Trusted_Connection=yes, but that seems to use the logged in user. I've read that the account running the code would be the user used when attempting from linux, but we need it to be a different account. Does anyone have a working example or configuration they can share that shows how we can connect an app running on linux to a mssql db also running on linux?
Beta Was this translation helpful? Give feedback.
All reactions