2f4ff13 PROXY: fix negative cache

1 file Authored by Ondrej Kos 11 years ago, Committed by jhrozek 11 years ago,
    PROXY: fix negative cache
    
    https://fedorahosted.org/sssd/ticket/1685
    
    The PROXY provider wasn't storing credentials to negative cache due to
    bad return value. This was delegated from attempt to delete these
    credentials from local cache. Therefore ENOENT is replaced as EOK.
    
        
file modified
+24 -20