fedora-infra / freeipa-fas

IPA schema extensions for FAS
GNU General Public License v3.0
12 stars 16 forks source link

Increase the pagedLookThroughLimit #137

Closed abompard closed 3 years ago

abompard commented 3 years ago

With FASJSON we want to be able to list all users, using a SimplePage query. At the moment we have about 120k users and we're hitting the default lookThroughLimit. We are thus increasing the pagedLookThroughLimit to 500k.

Fixes: fedora-infra/fasjson#133