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

Fill in netr_AcctLockStr and use lsa_BinaryString in netlogon delta.

Guenther
This commit is contained in:
Günther Deschner 2008-03-27 18:43:58 +01:00
parent c73ff43e8f
commit f98e790923

View File

@ -80,10 +80,11 @@ interface netlogon
but it doesn't look as though this structure is reflected at the but it doesn't look as though this structure is reflected at the
NDR level. Maybe it is left to the application to decode the bindata array. NDR level. Maybe it is left to the application to decode the bindata array.
*/ */
typedef struct { typedef [public] struct {
uint16 size; dlong lockout_duration;
uint16 length; udlong reset_count;
[size_is(size/2),length_is(length/2)] uint16 *bindata; uint32 bad_attempt_lockout;
uint32 dummy;
} netr_AcctLockStr; } netr_AcctLockStr;
/* - MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT /* - MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT
@ -433,7 +434,7 @@ interface netlogon
NTTIME domain_create_time; NTTIME domain_create_time;
uint32 SecurityInformation; uint32 SecurityInformation;
sec_desc_buf sdbuf; sec_desc_buf sdbuf;
netr_AcctLockStr account_lockout; lsa_BinaryString account_lockout;
lsa_String unknown2; lsa_String unknown2;
lsa_String unknown3; lsa_String unknown3;
lsa_String unknown4; lsa_String unknown4;