Logging for Assets and Customers
    Alan DeKok 
    aland at deployingradius.com
       
    Wed Aug 18 08:49:29 CEST 2010
    
    
  
Christian Rahl wrote:
> I would like this information to be added to the radius mysql in a
> separate table. This information would include MAC address, last IP, and
> if possible the last NAS IP.  All I really need to know is how to get a
> script to run with the radius so that it requests that information, or
> just pulls that information from the connection.
> 
> Any ideas on how to do this would be extremely helpful.
  See the sql module.  You can run the "post-auth" queries to log
anything you want.  Just look at the packet to see what's in it, and
edit the SQL queries to log that information into your custom schema.
  Alan DeKok.
    
    
More information about the Freeradius-Users
mailing list