ab45f99 Return offline instead of error

Authored and Committed by sgallagh 13 years ago
    Return offline instead of error
    
    When the failover code returns that there are no available servers
    while we are marked offline, we were returning an error to the PAM
    authentication code. Instead, we should return success with a
    result value of SDAP_UNAVAIL so that the PAM responder will mark
    the domain offline and attempt offline authentication.