Hanno Schupp wrote:
thanks for your response. Unfortunately your response cut over with my response to a previous mail list contributor. I had made some progress with unlang and described my progress in there. I have run against a wall though, when I discovered that I cannot perform any unlang actions after the rlm_sql_counter module issued a reject. Freeradius seems to stop any processing of further modules within the authorisation section, once a reject occurs within rlm_sqlcounter.
Yes.
Unless I can get freeradius to process the steps in authorize AFTER a reject is issued by rlm_sqlcounter, I cannot see how the suggested solutions for issues 1 and 3 can work.
See doc/configurable_failover for how to over-ride the return code of a module. Alan DeKok.