ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT - 1807 (0x70F)
The account used is an interdomain trust account. Use your global user account or local user account to access this server.
Updated: Feb 21, 2026
Technical Meaning
The error code ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT (1807, 0x70F) indicates that the user account being used for authentication is an interdomain trust account. This type of account cannot be used to access resources on a server in another domain.
Error Details
This error typically occurs when attempting to log on or authenticate using an interdomain trust account, which is designed to allow users from one domain to access resources within another domain through a trust relationship. However, such accounts are not suitable for direct access to servers within the trusting domain.
Usage Context
The context in which this error might be encountered includes scenarios where:
- A user attempts to log on or authenticate using an interdomain trust account.
- An application tries to use an interdomain trust account to access resources on a server in another domain.
Developer Interpretation
Developers should ensure that the correct type of user account is used for authentication. Interdomain trust accounts are intended for specific purposes, such as allowing users from one domain to access resources within another through established trust relationships. For direct access to servers within the trusting domain, global or local user accounts should be used.
Related Errors
ERROR_LOGON_FAILURE(1326)ERROR_INVALID_LOGON_HOURS(1318)ERROR_ACCOUNT_LOCKED_OUT(1795)
FAQ
Q: What is an interdomain trust account?
A: An interdomain trust account is a user account that exists in one domain and has been granted permission to access resources in another domain through a trust relationship. These accounts are typically used for specific purposes, such as allowing users from one domain to access resources within another.
Q: Why can't an interdomain trust account be used to access this server?
A: Interdomain trust accounts are designed for cross-domain access and do not have the necessary permissions or context to directly authenticate with a server in another domain. Global or local user accounts should be used for direct access.
Summary
The ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT error (1807) indicates that an interdomain trust account is being used for authentication, which is not appropriate for accessing resources on the current server. Developers should ensure that global or local user accounts are used for direct access to servers within the same domain.