861B6D07   Credential usage type is not valid.

Explanation

The credential usage must be GSS_C_INITIATE, GSS_C_ACCEPT, or GSS_C_BOTH when acquiring a credential. The credential usage must be GSS_C_INITIATE or GSS_C_BOTH when initiating a security context. The credential usage must be GSS_C_ACCEPT or GSS_C_BOTH when accepting a security context.

User response

Specify a credential usage that is valid for the operation being attempted.