NAS info + MySQL

Avis Ng avisng at gmail.com
Tue Jun 7 03:44:54 CEST 2005


 > > > Is there a way to make radius automatically read new entries added
> > > to the nas table ?
> >
> > Source code modifications.
> Can this be added to the todo list?
 Marcin,
 Since configuration changes aren't usually real-time, perhaps a normal cron 
job sending SIGHUP will suffice?
FAQ 5.9 shows the command, and put those commands into a cron job.
That way, you do not need sudo privileges.
 As a small optimization, the web GUI can also create a file to indicate 
that the config has changed.
The cron job instead of sending SIGHUP so very often can then check for this 
file.
When that file is present, delete the file and then send the SIGHUP. (order 
important to avoid race condition).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20050606/44e8e120/attachment.html>


More information about the Freeradius-Users mailing list