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)
commitc03a93957404663bbd026668fb95d6c253524fe9
tree0e91f80761772fbce7be4458dadc8f0bc5246e3c
parent9afe5acdc22adaed4b4b3d70ba3a1a7898256282
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.
source/rpc_server/srv_lsa_nt.c