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