-
Notifications
You must be signed in to change notification settings - Fork 761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use AD authentication for SQL Server for linux in docker container? #273
Comments
@hartman17 - not yet. We are tracking this at this issue and are working on it internally here at MS right now. Once we have some things figured out we'll publish the info. #165 |
Please go through my article where I explain how I did this for my company. |
Any update on this @twright-msft ? |
I think the thread is already closed by @twright-mfs. Did you go through my article. I think it exactly deals with your problem. |
I think that this thread should be still opened. @AndiKleini your article is fantastic but does not solve the problem I have. I cannot create a windows/AD login in SQL Server when it is running inside a linux docker container. This is not officially supported by MS so far. |
Dear, Microsoft, we need this so much! |
Yup |
@ashfqqurrahman-akij can share what u done to get it working? |
hi all...any updates on this one? I am trying to access SQL DB that is on the windows machine on prem. I am trying to access this DB from docker container running locally to use integrated security. The SQL DB server has implemented AD. |
Keytab cron and integrated auth works, just need to ensure sql is configured for kerberos authentication and figuring out your krb5.conf settings. That’s domain specific.. spent a few hours trying and retrying |
Please , could you share more details? |
I thinks you can try this: |
hi @AndiKleini, that's nice article. Unfortunately, docker image doesn't provide root access by default. I tried to use the same password as sa to gain root access, but no luck. So I can't install any required packages. Can you help? |
Here we have full support for Windows AD authentication for SQL Server Linux based containers. Here are the articles that you could refer to configure Windows AD authentication for SQL Server Linux containers For SQL Server on Linux (VMs, Baremetal) this is the article you can refer to: |
Are there any documents on how to configure active directory authentication for SQL Server for Linux docker containers? I'm trying to see if there is a way to do this and not have to register the container host, rather just configure the application to talk to active directory.
The text was updated successfully, but these errors were encountered: