mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
IDL: use samr_AcctFlags in nbt_ntlogon_sam_logon.
Guenther (This used to be commit 5f5658b3dc6407ca05368f657dc3296425844434)
This commit is contained in:
parent
754e646bec
commit
fe8d6a09d1
@ -8,7 +8,7 @@
|
||||
encoding if it doesn't work out
|
||||
*/
|
||||
|
||||
import "misc.idl", "security.idl", "svcctl.idl";
|
||||
import "misc.idl", "security.idl", "svcctl.idl", "samr.idl";
|
||||
[
|
||||
helper("libcli/nbt/libnbt.h")
|
||||
]
|
||||
@ -572,7 +572,7 @@ interface nbt
|
||||
nstring computer_name;
|
||||
nstring user_name;
|
||||
astring mailslot_name;
|
||||
uint32 acct_control;
|
||||
samr_AcctFlags acct_control;
|
||||
[value(ndr_size_dom_sid0(&sid, ndr->flags))] uint32 sid_size;
|
||||
[subcontext(0),subcontext_size(sid_size)] dom_sid0 sid;
|
||||
nbt_netlogon_version nt_version;
|
||||
|
Loading…
x
Reference in New Issue
Block a user