RADIUS config

kiran kumar kirankumar9856 at gmail.com
Thu Dec 28 12:30:02 CET 2017


Hello,

Is there any way to return from a section in radiusd.conf without fall
through.
Eg:

preacct {

detail

if(condition)
{
return from this section
}

module1

module2

}

I don't want the request to go through module1 & module2 if the condition
is met. Is there any way to do this ?

Thanks


More information about the Freeradius-Users mailing list