81f135f SUDO: move offline check to handler

2 files Authored by pbrezina 8 years ago, Committed by lslebodn 8 years ago,
    SUDO: move offline check to handler
    
    We let sdap_id_op decide if we are offline or not here but we
    should not get to this code since ptask is disabled and we will
    not get through sudo handler if offline.
    
    This simplyfies the code and make it more similar to other providers.
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>