diff options
author | Günther Deschner <gd@samba.org> | 2008-03-27 18:43:58 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-03-27 21:02:09 +0100 |
commit | fb30efac1577ad6e72800b7b800828640d625210 (patch) | |
tree | cfce5b5d3287ead60b011b2df5b5b7156f850035 /source3/librpc | |
parent | e85f241d28cf71b1584adcb96e88760c578b2d78 (diff) | |
download | samba-fb30efac1577ad6e72800b7b800828640d625210.tar.gz samba-fb30efac1577ad6e72800b7b800828640d625210.tar.bz2 samba-fb30efac1577ad6e72800b7b800828640d625210.zip |
Fill in netr_AcctLockStr and use lsa_BinaryString in netlogon delta.
Guenther
(This used to be commit f98e7909238bd253436076377a7e6b8fb1cb49a9)
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/netlogon.idl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl index a53fdfab66..8f07112bed 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -80,10 +80,11 @@ interface netlogon 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. */ - typedef struct { - uint16 size; - uint16 length; - [size_is(size/2),length_is(length/2)] uint16 *bindata; + typedef [public] struct { + dlong lockout_duration; + udlong reset_count; + uint32 bad_attempt_lockout; + uint32 dummy; } netr_AcctLockStr; /* - MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT @@ -433,7 +434,7 @@ interface netlogon NTTIME domain_create_time; uint32 SecurityInformation; sec_desc_buf sdbuf; - netr_AcctLockStr account_lockout; + lsa_BinaryString account_lockout; lsa_String unknown2; lsa_String unknown3; lsa_String unknown4; |