28 Feb
2018
28 Feb
'18
9:44 p.m.
Thanks Alan, that was just the little prod I needed, got it working great. Cheers, Mike
What is the best/right way to accomplish this in FreeRADIUS 2.2.0?
See raddb/modules/exec, or raddb/modules/echo You can run arbitrary programs using those modules. e.g. if (Acct-Status-Type == Stop) { echo } Just copy "echo" to another file, and change the name "echo" to something else. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html