Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Cannot access remotely stored content by using WebDAV in Windows Server 2003


View products that this article applies to.

Symptoms

When you try to use Web Distributed Authoring and Versioning (WebDav) to access remotely stored content, you are unsuccessful.

↑ Back to the top


Cause

This issue occurs if the both the following conditions are true:
  • You try to access the remotely stored content as a user from a trusted domain that is located in a different forest.
  • There is an external cross-forest trust configured between the two domains.
External trusts only support Integrated Windows authentication (formerly called NTLM) for the user access. Therefore, typical Server Message Block (SMB) access to the target share that you reference in the WebDav directory is unsuccessful.

In this scenario, Microsoft Internet Information Services (IIS) pass-through authentication is unsuccessful even if protocol transition is enabled for IIS. Protocol transition for Integrated Windows authentication only works in the same forest. This is because a transitive Kerberos trust is available in the forest. A transitive Kerberos trust enables IIS to issue a Kerberos ticket on behalf of the requesting user (delegation). A transitive Kerberos trust is not available over an external cross-forest trust because the external Kerberos realm is unknown in your forest.

↑ Back to the top


Resolution

To resolve this issue, and to enable Kerberos routing, configure bidirectional trusts between the forests.

↑ Back to the top


More information

The behavior occurs because the trusted domain object (TDO) of an external trust does not contain the required forest trust information. The Forest Trust Information attribute contains information about all the domains in the remote forest, the tree names, and any alternative name suffixes. This information is used to route authentication requests and lookup requests to the remote forest when required.

↑ Back to the top


References

For additional information, visit the following Microsoft Web sites:

↑ Back to the top


Keywords: KB830576, kbprb, kbfilesystems, kbactivedirectory, kbwinservnetwork

↑ Back to the top

Article Info
Article ID : 830576
Revision : 5
Created on : 10/30/2006
Published on : 10/30/2006
Exists online : False
Views : 231