#3755 The search filter for detecting POSIX attributes in global catalog is too broad and can cause a high load on the servers
Closed: Fixed Opened by jhrozek.

When sssd tries to check whether POSIX attributes have been replicated to the global catalog, it currently tries to look for "(|(uidNumber=)(gidNumber=))" with sizelimit=1. This doesn't work well, because AD would fill a full page of results anyway and then only return one entry.

Instead, we should either just look at the Partial Replication set or look for some known ID in the filter.


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

Metadata Update from @jhrozek:
- Issue set to the milestone: SSSD 1.16.3

Metadata Update from @jhrozek:
- Issue assigned to jhrozek

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

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

  • master:
  • 5b2b6493dfb3c1f2cb945356e34c70d8c5d64185
  • 8d78119811e2572bb1a05da5abb7c5a2d43d1f97
  • 4273ac0490eeef72d2daa0c7f6cee80d65b6b34d
  • ba96e7b839b875946f03787a3a57f259230a0fef
  • c8d1c1b734a1763b3e1233f060cc5c8d6db078e9

Metadata Update from @jhrozek:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

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/4761

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