r5458: Generate a sane response to exceeding lookupsids limit. Truncate list to...
authorJim McDonough <jmcd@samba.org>
Sat, 19 Feb 2005 10:56:40 +0000 (10:56 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:41 +0000 (10:55 -0500)
commit4e617c62c3998fb0a631b068ebdd159e6b6f286c
treeea3b3468fd901e514513bc76394cd9202d06ef02
parent80a514a6effd46d7efe1d7e86c4fcea23836ed7a
r5458: Generate a sane response to exceeding lookupsids limit.  Truncate list to zero
and return NT_STATUS_NONE_MAPPED.  This does not crash windows and maintains
the benefit of not overallocating memory.  The previous response of
truncating to the MAX limit was not useful because it crashed lsass.exe on
windows (bug opened with MS), and it was also misleading the client to
believe that a complete answer was received.
(This used to be commit c03a93957404663bbd026668fb95d6c253524fe9)
source3/rpc_server/srv_lsa_nt.c