mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
samr: fix samr_UserInfo21 (order of lm_password_set and nt_password_set).
Guenther
This commit is contained in:
parent
e9269e57fc
commit
de443a4240
@ -959,8 +959,8 @@ import "misc.idl", "lsa.idl", "security.idl";
|
||||
uint16 logon_count;
|
||||
uint16 country_code;
|
||||
uint16 code_page;
|
||||
uint8 nt_password_set;
|
||||
uint8 lm_password_set;
|
||||
uint8 nt_password_set;
|
||||
uint8 password_expired;
|
||||
uint8 unknown4;
|
||||
} samr_UserInfo21;
|
||||
|
Loading…
Reference in New Issue
Block a user