ramesh p wrote: > Thanks for your replies. And one more problem. > > I'm getting the following (when i send stop packet. Am trying to store > stop packet in different table 'radiusacct' now(in sql.conf i changed > acct_table2=radiusacct). > > tail -f /usr/local/fnmt/var/log/radius/radius.log = > > Thu Jan 22 08:51:49 2009 : Error: rlm_sql (sql): Couldn't update SQL > accounting STOP record - INSERT command denied to user > 'radius'@'localhost' for table 'radiusacct'
This is an SQL question. Fix your database so that the radius user has INSERT permission on that table. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

