Site icon EfmSoft

What does NTSTATUS 0xC000015B (STATUS_LOGON_TYPE_NOT_GRANTED) mean?

 
Previous Next
STATUS_TOO_MANY_CONTEXT_IDS STATUS_NOT_REGISTRY_FILE

STATUS_LOGON_TYPE_NOT_GRANTED

Authentication can succeed before authorisation rejects the logon type

STATUS_LOGON_TYPE_NOT_GRANTED is not a generic credential failure. It indicates that the requested mode of sign-in is not permitted on the target computer. Interactive, network, batch, service and remote-style logons are evaluated differently, so an account can work at one boundary and fail at another. A successful password test or Kerberos ticket does not override User Rights Assignment.

Microsoft documents this status in scenarios where the effective policy for “Access this computer from the network” or the corresponding deny right prevents the account from performing the required network logon. The policy may come from a local setting or a winning domain Group Policy Object, which is why a client-side configuration change is often insufficient.

How to diagnose it precisely

References


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

Exit mobile version