From fe8d6a09d154f79f8d45f7693bce3c879e3e2b13 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 30 Apr 2008 00:35:57 +0200 Subject: IDL: use samr_AcctFlags in nbt_ntlogon_sam_logon. Guenther (This used to be commit 5f5658b3dc6407ca05368f657dc3296425844434) --- source3/librpc/idl/nbt.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/librpc') diff --git a/source3/librpc/idl/nbt.idl b/source3/librpc/idl/nbt.idl index 6d9effe276..270d8fe243 100644 --- a/source3/librpc/idl/nbt.idl +++ b/source3/librpc/idl/nbt.idl @@ -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; -- cgit