mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +03:00
r18369: I've got a sniff where NT4 sends just a single byte after the 516 byte
password blob, it seems that pw_len is just a uint8 instead of uint16. This might also be interesting for Samba4's samr.idl. Volker
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
fa8b2e2a58
commit
68ded4ba07
@@ -222,7 +222,7 @@ typedef struct sam_user_info_23
|
||||
typedef struct sam_user_info_24
|
||||
{
|
||||
uint8 pass[516];
|
||||
uint16 pw_len;
|
||||
uint8 pw_len;
|
||||
} SAM_USER_INFO_24;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user