Skip to content

Windows AD Authentication ? #461

Closed Answered by boutaga
boutaga asked this question in Q&A
Discussion options

You must be logged in to vote

I actually found how to this in my environment.

  1. Create the service account in AD,
  2. Create the Service on the target host (as demonstrated in the documentation)
  3. Configure the service account credential to start the Service.
  4. Provide necessary GRANT to the service account in SQL Server
  5. modify the data_source_name line as such :

data_source_name: 'sqlserver://localhost:1433'

I was trying to use Integrated Security=SSPI in the config but didn't work and when I tried without specifying anything it worked :)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by boutaga
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants