Radius timeout when rlm_ldap module fail

rss ln russline at gmail.com
Fri Apr 29 14:58:49 CEST 2011


> authorize {
>        ...
>         ldap {
>         # I don't understand next line:
>                  fail = 1
>         }
>         if (fail) {
>                   do_not_respond
>         }
>         ...
> }

Hi,

just for someone who will search answer later:

finally I found the explanation in http://wiki.freeradius.org/Fail-over :

'The "fail = 1" entry tells the server to remember the "fail" code,
with priority "1". The normal configuration is "fail = return", which
means "if the detail module fails, stop processing the authorize
section".'

rus



More information about the Freeradius-Users mailing list