Site icon EfmSoft

What does NTSTATUS 0xC000006A (STATUS_WRONG_PASSWORD) mean?

 
Previous Next
STATUS_LAST_ADMIN STATUS_ILL_FORMED_PASSWORD

STATUS_WRONG_PASSWORD

A credential mismatch, not always a typing mistake

STATUS_WRONG_PASSWORD is the more specific signal that the verifier rejected the supplied password or equivalent secret. It is frequently logged as a substatus beneath a generic logon failure. The immediate cause can be a stale saved password, a service account that was changed in one place but not another, or a client using the wrong account domain rather than a user simply typing the wrong characters.

For NTLMv2, the domain supplied by the client affects the password-derived calculation. Microsoft documents cases where a valid account/password combination fails when the source domain is empty or unknown to the server. That is why a credential prompt that accepts several name forms should be tested with an explicitly qualified account name rather than by changing the password first.

Focused checks

References


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

Exit mobile version