d2adfcf 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>