#3905 SSSD doesn't clear cache entries for IDs below min_id.
Closed: Fixed by jhrozek. Opened by thalman.

Ticket was cloned from Red Hat Bugzilla: Bug 1650018

Please note that this Bug is private and may not be accessible as it contains confidential Red Hat customer information.

Description of problem:
SSSD doesn't clear cache entries for IDs below min_id.
Version-Release number of selected component (if applicable):
# uname -r
3.10.0-693.5.2.el7.x86_64
# rpm -q --queryformat '%{VERSION}%{RELEASE}\n' sssd-client
1.15.250.el7_4.11
How reproducible:
Steps to Reproduce:
1. Add min_id to "/etc/sssd/sssd.conf".
2.
3.
Actual results:
sssd cache doesn't clear for group.
Expected results:
sssd cache is cleared for group.
Additional info:

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

Metadata Update from @thalman:
- Issue assigned to thalman

Once object is in cache, it is refreshed without configuration (ldap_min_id, ldap_max_id) check.
If admin changes those limits, already cached objects outside this limit are still refreshed and handled by cache.

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

Metadata Update from @jhrozek:
- Issue set to the milestone: SSSD 2.2 (was: SSSD 2.1)
- Issue tagged with: PR, bug

Metadata Update from @jhrozek:
- Issue set to the milestone: SSSD 2.3 (was: SSSD 2.2)

  • master: d2adfcf54c3a37aeda675aec3ba3d174061fac1a

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

  • sssd-1-16: fb3f1af38edff257d603da165e0d64d12d92644e

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

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