Raffael Himmelreich wrote:
> I'm trying to change the detailfile location on the fly. But when I
> edit the value in the config file and send the process a
> HUP signal this is what I get:

  The configuration files are NOT reloaded on SIGHUP.

> What I try to archive is dynamic relaying. I want to enable and disable
> relaying
> while the server is running. I'm open to other solutions too. :)

  Use policies in "unlang".

  if (foo) {
        detail
  }

  And set/unset foo dynamically.  i.e. from a database, etc.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
  • SIGHUP Raffael Himmelreich
    • Re: SIGHUP Alan DeKok

Reply via email to