Hi,

> but in case that the central mysql server (for many radius servers) is 
> unreachable, the loggining of request was failed and the module 
> executions returns with "++[sql] returns fail" and also whole 
> autentication procedure fails with REJCT even if the user was 
> successufully authenticated inside the "authenticate" section.

man unlang

                   ok              the module succeeded
                   updated         the module updated the request
                   fail            the module failed

and then doc/configurable_failover

you want something like

post-auth {

        sql_log {
        fail = return
        }

}

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to