Impersonation and delegation (with SQL Server) in ASP.NET

南笙酒味 提交于 2019-12-05 16:51:45
ethorn10

Finishing the Configuration for Delegation to Work you must enable constrained delegation:

  1. Open Active Directory Users and Computers
  2. Find the user account that the IIS Web site is using for the web application pool and double-click it
  3. Select the option: Trust this user for delegation to specified
    services only.
  4. Make sure that the user is constrained to the SPN associated with the MSSQLSvc service
  5. Restart IIS

http://blogs.technet.com/b/askds/archive/2008/11/25/fun-with-the-kerberos-delegation-web-site.aspx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!