Windows 上的 WebDav/Kerberos 问题 - 无法从另一个林中的受信任域对网站进行身份验证
我找到了一篇 Microsoft 支持文章,该文章描述了确切的情况,但该文章针对的是 Server 2003 而不是 Server 2008R2: http: //support.microsoft.com/?kbid=830576 。
本文中的解决方案是在林之间建立双向信任,以便信任域可以访问受信任域中的 Kerberos 密钥服务器。不幸的是,在这个网络中这是不可能的。
我希望有其他方法可以让 Kerberos 在这两个域之间发生,即使信任只是一个方向。
I found a Microsoft support article that describes the exact scenario except the article addresses Server 2003 instead of Server 2008R2: http://support.microsoft.com/?kbid=830576 .
The resolution in the article is to establish a two way trust between forests so the trusting domain can access the Kerberos key server in the trusted domain. That is unfortunately not a possibility in this network.
I'm hoping there is some other way to get Kerberos happening between these two domains even though the trust is only one direction.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该链接直接说明了这一点:您需要双向信任。没有其他选择。这就是我们对数十个子域的处理方式。
The link says it straight out: you need a two way trust. No other option. This is how we do it with tens of subdomains.