What does NTSTATUS 0x4000000D (STATUS_NULL_LM_PASSWORD) mean?

 
Previous Next
STATUS_SERIAL_COUNTER_TIMEOUT STATUS_IMAGE_MACHINE_TYPE_MISMATCH

STATUS_NULL_LM_PASSWORD

No compatible LAN Manager password representation exists

LAN Manager password hashing is a legacy, length-limited, case-insensitive mechanism. A modern Windows password can be valid for NT authentication while being unsuitable for conversion to the old LM form. This informational status reports that the LM password value was left empty.

Do not shorten or weaken the user password to satisfy obsolete software. Identify the component still requesting LM-compatible credentials and move it to NTLMv2, Kerberos, or another supported authentication mechanism. The NT password state is separate from the absent LM representation.

What to inspect

  • Identify the caller or protocol that requested an LM password value.
  • Check domain and local policy that controls storage of LAN Manager hashes.
  • Upgrade or isolate legacy clients instead of changing password complexity.

References


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