[Freeipa-users] Re: Strange size limit error

2025-09-18 Thread Ranbir via FreeIPA-users
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

[Freeipa-users] Re: Strange size limit error

2025-09-15 Thread Rob Crittenden via FreeIPA-users
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

[Freeipa-users] Re: Strange size limit error

2025-09-11 Thread Florence Blanc-Renaud via FreeIPA-users
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

[Freeipa-users] Re: Strange size limit error

2025-09-11 Thread Ranbir via FreeIPA-users
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