50641d4 ipa s2n: try to remove objects not found on the server

1 file Authored by sbose 5 years ago, Committed by jhrozek 5 years ago,
    ipa s2n: try to remove objects not found on the server
    
    If there server returns that the search object does not exists we should
    try to remove it from the cache if it still has an entry.
    
    Related to https://pagure.io/SSSD/sssd/issue/3984
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>