Using rest I got this exception
http://localhost:8080/customgroups?_queryFilter=(members/uid+co+%22test%22)
{"code":413,"reason":"Request Entity Too Large","message":"Administrative Limit Exceeded"}
I turned all limits off:
ds-cfg-lookthrough-limit: 0
ds-cfg-size-limit: 0
Is there another constrain? The result should be 1-3 entries
. Other requests like get all customGroups = 83 or users = 1300
works fine, so why does the query_filter making problems?
Thank You
There are a few things you might try out:
cn=Directory Manager
if you are using it to make requests.ds-rlim-lookthrough-limit;collective: 0
. Maybe does it apply to your request?References: