2.2.16 DPSP_MSG_AUTHERROR

The DPSP_MSG_AUTHERROR packet is sent to indicate the reason that authentication failed.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

DPSP_MSG_HEADER (28 bytes)

...

...

Error

DPSP_MSG_HEADER (28 bytes): Message header for this packet. The Command Value member of this field MUST be set to 31 (0x1F).

Error (4 bytes): MUST contain the reason authentication failed. The values associated with each error can be found in [MS-ERREF].

Value

Meaning

SEC_E_INVALID_TOKEN

0x80090308

The token passed is invalid.

SEC_E_INVALID_HANDLE

0x80090301

An internal handle is invalid.

SEC_E_INTERNAL_ERROR

0x80090304

The Local Security Authority could not be contacted.

SEC_E_NO_AUTHENTICATING_AUTHORITY

0x80090311

No authority could be contacted for authentication.