11 Oct
2005
11 Oct
'05
6:40 p.m.
"Curt LeCaptain" <lecaptainc@infinitytechnology.com> wrote:
What I'm wondering is, why, if I'm logging accounting to MySQL, are entries showing up in /var/log/radius/radacct/?
Because you told it to. The "radiusd.conf" file still contains references to radutmp.
Shouldn't I be avoiding those entries by logging to mysql?
Logging to MySQL is *additive*, because you *added* SQL entries to "radiusd.conf". Delete the "radutmp" entries, and you will delete all log messages coming from radutmp. Alan DeKok.