Hello all, I'm using the "detailled" logs with FreeRadius. I wouldlike to filter the interim updates to not logged them. Is it possible ?? I wouldlike to only have a logs files with start & stop.. It would be a nice option, i think..
Breuer Nicolas wrote:
I'm using the "detailled" logs with FreeRadius.
I wouldlike to filter the interim updates to not logged them. Is it possible ??
I wouldlike to only have a logs files with start & stop..
In /etc/raddb/acct_users file: DEFAULT Acct-Status-Type == Interim-Update, Acct-Type := empty And in /etc/raddb/radiusd.conf: modules { always ok { rcode = ok } ... } ... accounting { # Log start & stop detail Acct-Type empty { ok } } -- Nicolas Baradakis
is there a way to reload the radiusd without really ever stopping it ? more like a reload command ? are there other ways to push in the changes of the config files without closing the listening ports ? -apu
On Friday 03 February 2006 15:13, Apu islam wrote:
is there a way to reload the radiusd without really ever stopping it ? more like a reload command ? are there other ways to push in the changes of the config files without closing the listening ports ?
-apu
Send it a HUP to re-read the config files without fully restarting the daemon. You can use the fastusers module to have it re-read changes to a users file. I don't think freeradius can detect changes to other config files and reload automatically at this time. Kevin Bonner
participants (4)
-
Apu islam -
Breuer Nicolas -
Kevin Bonner -
Nicolas Baradakis