Add users without restarting radiusd

2009-05-12 Thread ournixnat...@gmail.com
Is there a way to add entries to or modify the users file in /etc/raddb without having to restart radiusd to apply the changes? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Add users without restarting radiusd

2009-05-12 Thread Alan DeKok
ournixnat...@gmail.com wrote: Is there a way to add entries to or modify the users file in /etc/raddb without having to restart radiusd to apply the changes? In 2.1.x, you can HUP the server, and it will reload the users file. Alan DeKok. - List info/subscribe/unsubscribe? See

Re: Add users without restarting radiusd

2009-05-12 Thread ournixnat...@gmail.com
I am fairly new to radius and would like to know if you could explain how I would go about this: In 2.1.x, you can HUP the server, and it will reload the users file. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Add users without restarting radiusd

2009-05-12 Thread ournixnat...@gmail.com
I may have figured it out myself. Will this work: service radiusd reload If so, what exactly is it doing? Just reloading the users file or more? On Tue, May 12, 2009 at 8:17 PM, ournixnat...@gmail.com ournixnat...@gmail.com wrote: I am fairly new to radius and would like to know if you could

Re: Add users without restarting radiusd

2009-05-12 Thread Paul Bartell
you could also use SQL or another database for storing users. This doesn't require HUP ing of the server. On Tue, May 12, 2009 at 8:25 PM, ournixnat...@gmail.com ournixnat...@gmail.com wrote: I may have figured it out myself. Will this work: service radiusd reload If so, what exactly is it