1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r295: more correct IDL for the netr_AcctLock structure (I hope)

(This used to be commit b10127800a3101769241abf42ed76cbddf71a5fa)
This commit is contained in:
Andrew Tridgell 2004-04-20 08:05:59 +00:00 committed by Gerald (Jerry) Carter
parent dc8def7a7b
commit 6428ffb89a

View File

@ -82,20 +82,21 @@ interface netlogon
unistr_noterm *string;
} netr_String;
typedef struct {
uint32 acct_lock_max_count;
uint32 acct_lock_offset;
uint32 acct_lock_actual_count;
/* in netr_AcctLockStr size seems to be be 24, and rrenard thinks
that the structure of the bindata looks like this:
ULONG8 lockout_duration;
ULONG8 reset_count;
uint32 bad_attempt_lockout;
uint32 dummy;
} netr_AcctLockCtr;
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;
netr_AcctLockCtr *acct_lk_info;
[size_is(size/2),length_is(length/2)] uint16 *bindata;
} netr_AcctLockStr;
typedef struct {