]> git.ipfire.org Git - thirdparty/samba.git/commit
mdssvc: fix enforcement of "elasticsearch:max results"
authorRalph Boehme <slow@samba.org>
Thu, 20 Apr 2023 15:58:38 +0000 (17:58 +0200)
committerJule Anger <janger@samba.org>
Mon, 31 Jul 2023 08:08:13 +0000 (08:08 +0000)
commit57d8d00799c882f4a2007443e6a3930500a3ffe6
tree7e164915063a225246298f20728e7c6039b9d5ee
parent506e9a2d725b519f8f69d79504333e9293eb3557
mdssvc: fix enforcement of "elasticsearch:max results"

This wasn't enforced at all thus a query would return all available matches
without limit.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15342

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit d8fa5c8e2a1794ea8dc663485315ebd9401b2628)
source3/rpc_server/mdssvc/mdssvc_es.c