Explain that the sid must be absent on the NTLOGON mailslot.
authorAndrew Bartlett <abartlet@samba.org>
Sat, 17 May 2008 02:44:35 +0000 (12:44 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 17 May 2008 02:44:35 +0000 (12:44 +1000)
Andrew Bartlett

source/librpc/idl/nbt.idl

index 74e07210cd580d564d68ae935fd17d04bb146ff2..e6af2cd035b8d38532e6311ceb40f6b43f61b5e0 100644 (file)
@@ -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;