Hi all,
I'm using freeradius with oracle db, and after a long fight I've succeeded
to run it.
The latest problem I have is that when the user disconnects from the client
radius server exits.
Here are the lines just before radiusd dies:
--------
...
sql_escape in:  'radius'
sql_escape out:  'radius'
sql_set_user:  escaped user --> 'radius'
radius_xlat:  'UPDATE radacct SET AcctStopTime = to_date('2001-09-28
15:17:28','yyyy-mm-dd hh24:mi:ss'), AcctSessionTime = '247', AcctInputOctets
= '3065', AcctOutputOctets = '1051', AcctTerminateCause = 'NAS-Error',
AcctStopDelay = '0', ConnectInfo_stop = '' WHERE AcctSessionId = 'ec0f0016'
AND UserName = 'radius' AND NASIPAddress = '192.168.3.207''
UPDATE radacct SET AcctStopTime = to_date('2001-09-28 15:17:28','yyyy-mm-dd
hh24:mi:ss'), AcctSessionTime = '247', AcctInputOctets = '3065',
AcctOutputOctets = '1051', AcctTerminateCause = 'NAS-Error', AcctStopDelay =
'0', ConnectInfo_stop = '' WHERE AcctSessionId = 'ec0f0016' AND UserName =
'radius' AND NASIPAddress = '192.168.3.207'
MASTER: exit on signal (11)
---------------

Does anybody know where can be the problem?
Thanks.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to