On Mon, 2025-09-15 at 10:21 -0400, Rob Crittenden via FreeIPA-users
wrote:
> I'd suggest you reduce this to a smaller value, say 200, and see how
> that goes. Every API command that does an LDAP search uses this value
> to
> restrict the amount of data returned. The value of 100 was chosen to
> dis
Ranbir via FreeIPA-users wrote:
> On Thu, 2025-09-11 at 11:16 +0200, Florence Blanc-Renaud via FreeIPA-
> users wrote:
>> Hi,
>>
>> all the ipa * calls use a search size limit and search time limit to
>> avoid returning too many entries. In order to see those settings, you
>> can do:
>> # kinit adm
Hi,
all the ipa * calls use a search size limit and search time limit to avoid
returning too many entries. In order to see those settings, you can do:
# kinit admin
# ipa config-show
...
Search time limit: 2
Search size limit: 100
...
as explained here:
https://docs.redhat.com/en/documentation/Red
On Thu, 2025-09-11 at 11:16 +0200, Florence Blanc-Renaud via FreeIPA-
users wrote:
> Hi,
>
> all the ipa * calls use a search size limit and search time limit to
> avoid returning too many entries. In order to see those settings, you
> can do:
> # kinit admin
> # ipa config-show
> ...
> Search tim