What does NTSTATUS 0xC0000198 (STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT) mean?

 
Previous Next
STATUS_EVENTLOG_FILE_CHANGED STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT

STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT

A trust account was used where a user account is required

Interdomain trust accounts exist to maintain trust relationships between domains. This status means such an account was presented for a logon path that expects a normal user or local account.

The remedy is identity selection, not password repair. The account category itself is wrong for the requested access.

What to inspect

  • Verify the account object class/type in Active Directory.
  • Check scripts or services that selected a trust account instead of a user or service account.
  • Distinguish this from domain trust inconsistency, where the trust data itself conflicts.

References


Looking for a different code? Search another status or error code.