c# – Windows集成(NTLM)身份验证与Windows集成(Kerberos)

前端之家收集整理的这篇文章主要介绍了c# – Windows集成(NTLM)身份验证与Windows集成(Kerberos)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Windows集成(NTLM)身份验证和Windows集成(Kerberos)之间有什么区别?

如何在IIS6中实现这些

w.r.t. MSDN

解决方法

这是一个很好的链接

http://msdn.microsoft.com/en-us/library/aa480475.aspx

此外,如果kerberos(Negotiate)(在您的网络服务器上),则会显示

cscript adsutil.vbs get w3svc/nnn/NTAuthenticationProviders

注意:nnnn是MetaBase站点ID

在过去,kerberos已经给我带来了一些问题(当用户拥有太多权限时)导致“400错误请求”错误

看到:
http://blogs.technet.com/b/surama/archive/2009/04/06/kerberos-authentication-problem-with-active-directory.aspx

原文链接:https://www.f2er.com/csharp/95318.html

猜你在找的C#相关文章