1
0
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:
Volker Lendecke
2006-09-11 07:55:51 +00:00
committed by Gerald (Jerry) Carter
parent fa8b2e2a58
commit 68ded4ba07
2 changed files with 5 additions and 4 deletions

View File

@@ -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;
/*