I am trying to understand why and interdomain trust account would have an account value of 2080 (INTERDOMAIN_TRUST_ACCOUNT – PASSWD_NOTREQD).
During a routine audit, after we had recently set up a bidirectional trust with a sister company, one of our auditors asked the question: "What is this account and why does it not require a password?"
I have been digging through Microsoft's documentation and I have found quite a lot about how interdomain trust account passwords are reset, and several listings of all possibly userAccountControl values, but not a specific explanation for this value.
I currently suspect that this value is set to cover scenarios where a password update is initiated and fails. As the old password is stored in a separate registry key and a failed password update would leave an account on a trusting domain without a password.
I would appreciate it if anyone could confirm this suspicion or correct it. If anyone can point to more specific documentation that would also be appreciated.