summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-30 00:35:57 +0200
committerGünther Deschner <gd@samba.org>2008-04-30 00:35:57 +0200
commitfe8d6a09d154f79f8d45f7693bce3c879e3e2b13 (patch)
tree53b1e87ebf20e28be522f2940eaccd8329e459fd /source3/librpc/idl
parent754e646becee05d1f3cf8f8aecbdfc6b84078874 (diff)
downloadsamba-fe8d6a09d154f79f8d45f7693bce3c879e3e2b13.tar.gz
samba-fe8d6a09d154f79f8d45f7693bce3c879e3e2b13.tar.bz2
samba-fe8d6a09d154f79f8d45f7693bce3c879e3e2b13.zip
IDL: use samr_AcctFlags in nbt_ntlogon_sam_logon.
Guenther (This used to be commit 5f5658b3dc6407ca05368f657dc3296425844434)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/nbt.idl4
1 files changed, 2 insertions, 2 deletions
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;