Active Directory 组添加到 SQL Server

发布于 2025-01-07 14:34:23 字数 162 浏览 0 评论 0原文

我想向 SQL Server 添加一个 Active Directory 组,这样我就不必向每个用户提供服务器上的 Windows 身份验证。这可能吗?

另一件事是如何使我的 .NET 应用程序能够使用此 Active Directory 凭据连接到数据库?

提前致谢 尼尚特

I would like to add an Active Directory Group to the SQL Server, so that I do not have to provide windows authentication o the server to every user. Is this possible?

Another thing is how do I enable my .NET application to connect to the database using this Active Directory credential?

Thanks in advance
Nishant

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人事已非 2025-01-14 14:34:23

您的两个问题都可以通过搜索得到答案!

  • 将 AD 组添加到 SQL Server 登录名是 这里
  • 使用 Windows Auth 到 SQL Server 的连接字符串是 此处

Both your questions can be answered by searching!

  • Adding AD group to SQL server logins is here
  • Connection strings to SQL server with Windows Auth is here
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文