Hi all I am using Freeradius-1.1.2 with SER for Accounting purpose every thing is going good til now, here i need some help regarding FreeRadius :- when acctstarts the radius server is writing the acctstart time stamp in radact table and when acct stops it again update radacct table by writing the acctstop time to the radacct table.. So,here when updating the radacct table its looks like this radius_xlat: 'UPDATE radacct SET AcctStopTime = '2006-07-26 09:39:57', AcctSessionTime = '', AcctInputOctets = '', AcctOutputOctets = '', AcctTerminateCause = '', AcctStopDelay = '0', ConnectInfo_stop = '' WHERE AcctSessionId = '1n6Wr5ACE8AymxzZ@192.168.0.74' AND UserName = ' 99106883@81.21.33.35' AND NASIPAddress = '127.0.0.1'' here i need to UPDATE radacct only with WHERE acctsessionid= " " AND NASIPAddress=" " but not with Username so can any body please tell me where i have to change in Freeradius this is very urgent issue for me so please give me reply as soon as possible,. Thank You, Regards, Ravi.
Hi,
radius_xlat: 'UPDATE radacct SET AcctStopTime = '2006-07-26 09:39:57', AcctSessionTime = '', AcctInputOctets = '', AcctOutputOctets = '', AcctTerminateCause = '', AcctStopDelay = '0', ConnectInfo_stop = '' WHERE AcctSessionId = '1n6Wr5ACE8AymxzZ@192.168.0.74' AND UserName = ' 99106883@81.21.33.35' AND NASIPAddress = '127.0.0.1''
here i need to UPDATE radacct only with WHERE acctsessionid= " " AND NASIPAddress=" " but not with Username
so can any body please tell me where i have to change in Freeradius
this is very urgent issue for me so please give me reply as soon as possible,.
sql.conf contains the queries to be executed. Modify them to your liking. Stefan -- Stefan WINTER Stiftung RESTENA - Réseau Téléinformatique de l'Education Nationale et de la Recherche Ingenieur Forschung & Entwicklung 6, rue Richard Coudenhove-Kalergi L-1359 Luxembourg E-Mail: stefan.winter@restena.lu Tel.: +352 424409-1 http://www.restena.lu Fax: +352 422473
After upgrading freeradius 1.0.5 to version 1.1.2 on Freebsd 6 my radius server stop automatically with the following error essage. Wed Jul 26 01:30:08 2006 : Error: Discarding duplicate request from client pppoe-bhw:61882 - ID: 137 due to unfinished request 61 Wed Jul 26 01:30:08 2006 : Error: WARNING: Unresponsive child (id 135672320) for request 31
participants (3)
-
bishal@baayu.com.np -
ravi reddy -
Stefan Winter