32c6db6 sss_cache: Wait a while for invalidation of mc by nss responder

1 file Authored by lslebodn 8 years ago, Committed by jhrozek 8 years ago,
    sss_cache: Wait a while for invalidation of mc by nss responder
    
    The sss_cache cannot invalidate memory cache directly
    because the nss responder owns file locks to memory caches.
    Therefore sss_cache just "tell" nss responder to invalidate
    memory cache.
    
    However there might be short interval between calling
    the utility sss_cache and stopping sssd. So nss responder
    needn't be so fast and therefore memory cache needn't be invalidated.
    
    Resolves:
    https://fedorahosted.org/sssd/ticket/2748
    
    Reviewed-by: Michal Židek <mzidek@redhat.com>
    
        
file modified
+34 -0