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
http://networkradius.com/doc/3.0.10/unlang/return.html On 28 December 2017 at 11:30, kiran kumar <kirankumar9856@gmail.com> wrote:
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 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan Buxey -
kiran kumar