5001bab SDAP: Continue resolving SID even if some fail

1 file Authored by preichl 9 years ago, Committed by jhrozek 9 years ago,
    SDAP: Continue resolving SID even if some fail
    
    Resolving groups obtained via Token-Groups in case of disabled ID mapping may
    lead to failure as non-posix groups are not resolved. This patch amends
    sdap_ad_resolve_sids_done() not to abruptly finish request if ENOENT is
    returned.
    
    Resolves:
    https://fedorahosted.org/sssd/ticket/2345
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    (cherry picked from commit 1614e1b25a98ff2f03648c4bf61d750fb688285a)