10 Mar
2009
10 Mar
'09
10:40 p.m.
leopold wrote:
For my situation since radiusd keeps everything in DB and if ALL databases cannot be contacted the radiusd should not respond at all. Is there any way to force radiusd to drop request and not to respond with Access-Reject?
Try something like this: authorize { ... redundant { sql1 sql2 } if (fail) { update control { Response-Packet-Type = 256 } reject } ... } That should tell the server "don't respond". Alan DeKok.