Site icon EfmSoft

What does NTSTATUS 0xC0000076 (STATUS_INVALID_SUB_AUTHORITY) mean?

 
Previous Next
STATUS_LUIDS_EXHAUSTED STATUS_INVALID_ACL

STATUS_INVALID_SUB_AUTHORITY

The SID hierarchy is not valid for this operation

A Windows SID contains an identifier authority followed by a bounded sequence of 32-bit subauthorities. Many APIs also assign meaning to particular positions, such as a domain identifier followed by a relative identifier. This status reports that the supplied hierarchy cannot be used as requested.

Do not repair a SID by deleting or shifting components. That can turn one identity into another. Validate the complete binary SID, its subauthority count, and the operation that consumes it. A syntactically valid SID can still be semantically wrong for an API that requires a domain SID, account SID, or well-known SID.

What to inspect

References


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

Exit mobile version