Hi,
 
I'm trying to get the radwho script working but having some problems.
 
Radiator is logging sessions to the mySQL database OK.
 
I've changed the default radwho.cgi commenting out:
 
$dbtype = ....;
require "dbtype.pm";
 
and modified the SQL lines as follows:
 
$DBSource = 'dbi:mysql:radius';
$DBUsername = 'radius';
$DBAuth = ' xxxxxx';
 
When I try to run the script from my browser I get the headings but no session records appear.
 
Suggestions??
 
All the best
 
Barry Andersson
 

Reply via email to