29 Apr
2011
29 Apr
'11
8:58 a.m.
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