b9e155d AUTOFS: Fix offline resolution of autofs maps

1 file Authored by jhrozek 7 years ago, Committed by lslebodn 7 years ago,
    AUTOFS: Fix offline resolution of autofs maps
    
    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/3080
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>