On Sat, 21 Sep 2002, Nick Marino wrote:

> Nope I had all that set like that. I am using an ascend 6000 max.
> Below is the snippet from my admin.conf file for that section.
> But it still wont show logged on users. it was working at one time.
> Any other suggestions on where to look.. I am really stumped I went though
> just about every file.
>
> general_finger_type:
> #general_snmpfinger_bin: %{general_base_dir}/bin/snmpfinger
> general_radclient_bin: %{general_radiusd_base_dir}/bin/radclient
> #

First of all, if you are using ver 1.59 (check Changelog) and you have enabled
sessions then you should also use the 'Clear Cache' if you 've done any changes
in the configuration files. Other than that the only thing I can think of is
that you have mispelled the nas ip in admin.conf.
Run the following sql query:

SELECT DISTINCT UserName,AcctStartTime,FramedIPAddress,CallingStationId
FROM radacct WHERE AcctStopTime = '0' AND NASIPAddress = '<NAS-IP-ADDRESS>'
GROUP BY UserName ORDER BY AcctStartTime;

in sql where NAS-IP-ADDRESS is your NAS ip address and see what happens. The
page should work if this query returns ok.

--
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

Reply via email to