a3108c5 NSS: Fix offline resolution of netgroups

1 file Authored by jhrozek 7 years ago, Committed by lslebodn 7 years ago,
    NSS: Fix offline resolution of netgroups
    
    If talking to the Data Provider failed, we never re-tried looking into
    the cache. We should consult the cache on DP failures and return cached
    results, if possible.
    
    Resolves:
    https://fedorahosted.org/sssd/ticket/3123
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>