我们的 Microsoft SQL Servers 在 Windows Servers 上运行,它是 Active Directory 域的一部分。
为了方便用户的管理,我们的SQL授权使用Active Directory用户组在这个解释成立后。
现在只要每个人都在域内工作,就可以正常工作。人们使用他们的 AD 凭据登录到他们的计算机,并可以使用“Windows 身份验证”连接到 SQL 服务器。
问题是我们的用户还将在不属于 Active Directory 域的其他客户端计算机上工作(并且不能将它们添加到域中)。
我希望他们可以通过使用 SQL Server 登录屏幕中提到的 AD 身份验证,继续使用他们的 AD 凭据登录到服务器。
但是,这似乎不起作用。
使用 Active Directory 密码身份验证登录会出现证书问题。错误:“证书链由不受信任的机构颁发。”
Cannot connect to x.x.x.x.
===================================
A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.) (.Net SqlClient …Run Code Online (Sandbox Code Playgroud) windows-server-2008 active-directory authentication cross-domain sql-server-2008
cross-domain ×1