Site icon EfmSoft

What does NTSTATUS 0xC0000234 (STATUS_ACCOUNT_LOCKED_OUT) mean?

 
Previous Next
STATUS_DOMAIN_CONTROLLER_NOT_FOUND STATUS_HANDLE_NOT_CLOSABLE

STATUS_ACCOUNT_LOCKED_OUT

A lockout is both a security control and a diagnostic clue

STATUS_ACCOUNT_LOCKED_OUT means that the account crossed a policy threshold for unsuccessful authentication attempts or password-change attempts. The restriction is intended to slow password guessing, but it can also be triggered by a legitimate device, service, scheduled task, mapped drive or application that continues using an old secret. Unlocking the account without finding that source often produces an immediate repeat lockout.

Lockout policy is a deliberate trade-off: Microsoft and MIT Kerberos documentation both note that thresholds can reduce brute-force attempts while also creating a denial-of-service risk when attackers or stale clients repeatedly submit failures. The status therefore warrants an evidence-first response rather than a blind reset.

Investigation order

References


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

Exit mobile version