fb3f1af CACHE: SSSD doesn't clear cache entries

1 file Authored by thalman 4 years ago, Committed by jhrozek 4 years ago,
    CACHE: SSSD doesn't clear cache entries
    
    Once object is in cache it is refreshed when it is expired and
    requested by the system. Object ID is not checked before refresh,
    but config parameter ldap_(min|max)_id could be changed by admin.
    We should check object ID and not refresh objects outside min/max
    ID interval.
    
    Resolves:
    https://pagure.io/SSSD/sssd/issue/3905
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>
    (cherry picked from commit d2adfcf54c3a37aeda675aec3ba3d174061fac1a)