5a117d3 SDAP: Don't call be_mark_offline() because sdap_id_conn_data_set_expire_timer() failed

1 file Authored by fidencio 6 years ago, Committed by jhrozek 6 years ago,
    SDAP: Don't call be_mark_offline() because sdap_id_conn_data_set_expire_timer() failed
    
    Marking the whole backend as offline because
    sdap_id_conn_data_set_expire_timer() failed doesn't look any right and
    from now on let's avoiding doing so.
    
    Related: https://pagure.io/SSSD/sssd/issue/2976
    
    Signed-off-by: Fabiano FidĂȘncio <fidencio@redhat.com>
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>