From 842040d18490d9f6d1fed621aa36946e2becc3e1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 17 May 2008 12:44:35 +1000 Subject: Explain that the sid must be absent on the NTLOGON mailslot. Andrew Bartlett (This used to be commit a7983387f7a624f6bf5c2fbfa41f849ac4471147) --- source4/librpc/idl/nbt.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') 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; -- cgit