mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
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:
parent
a2c8f8a9b6
commit
c06dca3565
3 changed files with 20 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue