-
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
mssql docker with Active Directory authentication & sssd #715
Comments
Hi Armin, This does not look right. Krb5.conf, mssql.conf with details of keytab and the aduser and the keytab user is good enough for AD auth to work. Where you deploying SQL Server containers on a host running in cloud? if that is the case you need to ensure that you deploy SQL Server containers with the correct dns server and add host entries using the ---add-host commands as shown here: sudo docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=P@ssw0rd" -p 5433:1433 --name sql1 |
Hi @amvin87 I run the container with:
krb5.conf:
mssql.conf
|
can anyone help me or does anyone have the same problem? |
for futher troubleshooting could you open a support ticket with Microsoft support to investigate this further. |
Hi @amvin87
I have installed mssql in a docker and configured it with active directory using the following documentation:
https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-containers-ad-auth-adutil-tutorial?view=sql-server-ver15
https://www.youtube.com/watch?v=A0mn9928N48
I have noticed that the following volumes need to be mounted, otherwise AD authentication does not work.
also "disablesssd = true" in the mssql.conf file does not seem to bring any changes or rather must be "false" in my case.
I use the image "mcr.microsoft.com/mssql/server:2019-CU12-ubuntu-20.04" and as Docker host Debian 11.
Could this be a bug?
P.S.: I have also read the issue nr. #165 but have not found a solution for myself.
The text was updated successfully, but these errors were encountered: