Edgars <[EMAIL PROTECTED]> wrote: > if i'm using readclients=yes (read the clients' information from DB) > then i do not need to restart the radius each time new entry is added.
The server does so many client IP lookups, so often, that it's difficult to access the information "live" in an SQL database. It *is* possible to periodically update the clients list, but it's difficult to do without impacting the rest of the server. The easiest way to do it is to send the server a HUP signal. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

