#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 5 years ago Opened 5 years ago 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

5 years ago

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

5 years ago

Metadata Update from @jhrozek:
- Issue assigned to jhrozek

5 years ago

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

5 years ago

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

5 years ago

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.

Login to comment on this ticket.

Metadata