On Sat, 6 Apr 2002, Peter Santiago wrote: > I'm using a mysql database. I created a user via dial_up admin... somehow > after the user disconnects, under dial_up admin's online menu, the user is > still connected. Connection status is still counting the time... How do I > solve this? Do I need to write a script? Thanks
Check admin.conf for the value of general_finger_type and general_snmpfinger_bin. Is general_finger_type set to snmp or is it empty? If it is set to snmp is the path to general_snmpfinger_bin right? If general_finger_type is not snmp then dialup_admin will check the accounting database to see if the user is still connected. Are you sure the nas sends the Accounting-Stop to your radius server and than you have the sql module included in your accounting section? Do an sql query like this: SELECT UserName,AcctStartTime FROM radacct WHERE AcctStopTime = '0'; and see if it gives you any results. -- Kostas Kalevras Network Operations Center [EMAIL PROTECTED] National Technical University of Athens, Greece Work Phone: +30 10 7721861 'Go back to the shadow' Gandalf - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
