Hello Paul -

On Thu, 28 Sep 2000, Paul Black wrote:
> Hi Mike,
> 
> I'm using the latest version of Radiator/Radmin. I would like to add
> Connection Speed and Calling Number to the RADUSAGE table. What do I need to
> do in order to get Radiator to write these values into the MySQL database when
> the customer logs in?
> 

You will need to add those fields to the RADUSAGE table, and then add some
configuration lines to your AuthBy RADMIN clause:

<AuthBy RADMIN>
        DBSource ....
        DBUsername ....
        DBAuth ....
        .....
        AccountingTable RADUSAGE
        AcctColumnDef .....
        ......
        AcctColumnDef CONNECTSPEED, Connect-Info
        AcctColumnDef CALLINGSTATIONID, Calling-Station-Id
        .........
</AuthBy>

You should verify with a trace 4 debug that you are actually receiving both the
Connect-Info and Calling-Station-Id attributes in your accounting requests.

hth

Hugh

-- 
Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.



===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to