administrative limit exceeded, REST

445 views Asked by At

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

1

There are 1 answers

0
JnRouvignac On

There are a few things you might try out:

  • can you check the ds-rlim-lookthrough-limit operational attribute is correctly set? Especially for cn=Directory Manager if you are using it to make requests.
  • I can see there is a special config for collective attributes ds-rlim-lookthrough-limit;collective: 0. Maybe does it apply to your request?

References: