Fix bug 6097
authorVolker Lendecke <vl@samba.org>
Tue, 24 Mar 2009 10:07:16 +0000 (11:07 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 24 Mar 2009 10:59:42 +0000 (11:59 +0100)
commitf91565544f96be60cb6464d739008f8241e55d5c
treee6640570221e808790c7a15df34a4569544bf571
parentde2a7c8e4caa4898a3ff5cfd85d21cddec8188f2
Fix bug 6097

A client sent a SID with authority 0 and 0 sub-authorities. W2k3 replies with
NT_STATUS_INVALID_SID, even if other SIDs in the list are valid.

Thanks to Pavel <wylda@volny.cz> for the bug report!
source3/passdb/lookup_sid.c
source3/rpc_server/srv_lsa_nt.c