Windows Server Domain Account Authentication

Is it possible to log in, for example, from a SQL server database using a domain account from a Windows server container (either hyper-v or a regular container)? As far as I understand, you cannot attach a domain to the container itself (neither the server nor the base image of the Nano server). Does it matter if the host is a domain joined?

+4
source share
2 answers

For those who really need domain authentication in SQL Server containers, there is a solution from Windocks that has default domain authentication. SQL Server containers use the domain accounts specified in the default instance in each container. Therefore, if you have an account named \ that has access to the default instance of SQL Server, then there will also be access to the container. Sa specific to each container is also available. For more information, see the Windocks Docker SQL Server Containers site .

+1
source

Windows Container, . , . . (Okt 2016)

0

Source: https://habr.com/ru/post/1659249/


All Articles