#4058 Paging not enabled when fetching external groups, limits the number of external groups to 2000
Closed: Fixed by sbose. Opened by jhrozek.

Ticket was cloned from Red Hat Bugzilla (product Red Hat Enterprise Linux 7): Bug 1738674

Description of problem:
For some reason (I guess a mistake during refactoring..) the LDAP search
request that fetches the external groups does not enable the paging control.
This means that the number of external groups that SSSD can fetch is limited to
2000.
Version-Release number of selected component (if applicable):
7.7
How reproducible:
always
Steps to Reproduce:
1. add at least 2001 external groups to IPA
2. restart sssd
3. observe the logs
Actual results:
Size Limit exceeded
Expected results:
All groups are fetched
Additional info:

Metadata Update from @jhrozek:
- Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1738674

Metadata Update from @jhrozek:
- Issue assigned to jhrozek

PR: https://github.com/SSSD/sssd/pull/861

Metadata Update from @jhrozek:
- Issue tagged with: PR, bug

Commit c2e24df4 fixes this issue

Master:

  • c2e24df4320d46577aca8d1268f0336af443d541

sssd-1-16:

  • 0ca64be4d6d3080e0c344f5ad61545339f64a2aa

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/5026

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata