Site icon EfmSoft

What does NTSTATUS 0xC00002FB (STATUS_KDC_INVALID_REQUEST) mean?

 
Previous Next
STATUS_SMARTCARD_LOGON_REQUIRED STATUS_KDC_UNABLE_TO_REFER

STATUS_KDC_INVALID_REQUEST

Where this sits in Kerberos processing

STATUS_KDC_INVALID_REQUEST indicates that the Key Distribution Center rejected a request as invalid. This is not equivalent to a failed password check. The client and KDC have reached a Kerberos protocol exchange, but the request cannot be processed as constructed: the requested principal, options, pre-authentication data, realm context, ticket request or a vendor-specific extension may be inconsistent with the KDC’s rules.

Kerberos V5 defines structured error responses for the authentication and ticket-granting exchanges, while Windows adds documented KILE behavior. The result is therefore most useful when paired with the actual Kerberos failure code, client/KDC event data and a packet trace or client trace captured with appropriate safeguards. A generic retry often sends the same invalid request again.

Narrow the request rather than guessing

References


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

Exit mobile version