1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

samr: fix samr_UserInfo24 and samr_UserInfo26.

Guenther
This commit is contained in:
Günther Deschner 2008-11-24 16:31:49 +01:00
parent 2bb90b7a88
commit 1be5be5b83

View File

@ -971,7 +971,7 @@ import "misc.idl", "lsa.idl", "security.idl";
typedef struct {
samr_CryptPassword password;
uint8 pw_len;
uint8 password_expired;
} samr_UserInfo24;
typedef [flag(NDR_PAHEX)] struct {
@ -985,7 +985,7 @@ import "misc.idl", "lsa.idl", "security.idl";
typedef struct {
samr_CryptPasswordEx password;
uint8 pw_len;
uint8 password_expired;
} samr_UserInfo26;
typedef [switch_type(uint16)] union {