summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-05-17 12:44:35 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-05-17 12:44:35 +1000
commit842040d18490d9f6d1fed621aa36946e2becc3e1 (patch)
tree4ebedb8fc6cbfa0571e605b488f5c85080e3b56b /source4
parentb0f34415163e5b0be93540df5457e2f56d3845b3 (diff)
downloadsamba-842040d18490d9f6d1fed621aa36946e2becc3e1.tar.gz
samba-842040d18490d9f6d1fed621aa36946e2becc3e1.tar.bz2
samba-842040d18490d9f6d1fed621aa36946e2becc3e1.zip
Explain that the sid must be absent on the NTLOGON mailslot.
Andrew Bartlett (This used to be commit a7983387f7a624f6bf5c2fbfa41f849ac4471147)
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/idl/nbt.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl
index 74e07210cd..e6af2cd035 100644
--- a/source4/librpc/idl/nbt.idl
+++ b/source4/librpc/idl/nbt.idl
@@ -398,6 +398,7 @@ interface nbt
astring mailslot_name;
samr_AcctFlags acct_control;
[value(ndr_size_dom_sid0(&sid, ndr->flags))] uint32 sid_size;
+ /* Must not be present (ie, zero size, in request to \MAILSLOT\NET\NTLOGON */
[subcontext(0),subcontext_size(sid_size)] dom_sid0 sid;
netlogon_nt_version_flags nt_version;
uint16 lmnt_token;