Fixes for NTLM.

- Attempted fix for some NTLM handling fixes that were leading
   to DPD errors.
 - Added some status codes to the list of auth failure status codes.
This commit is contained in:
Seth Hall 2016-08-14 01:31:07 -04:00
parent a2c8f8a9b6
commit c06dca3565
3 changed files with 20 additions and 22 deletions

View file

@ -39,7 +39,9 @@ export {
0x08c10002, # badLogonTime
0x08c20002, # passwordExpired
0xC0000022, # ACCESS_DENIED
0xC0000061, # PRIVILEGE_NOT_HELD
0xC000006A, # WRONG_PASSWORD
0xC000006D, # LOGON_FAILURE
0xC000006F, # INVALID_LOGON_HOURS
0xC0000070, # INVALID_WORKSTATION
0xC0000071, # PASSWORD_EXPIRED