Marco C. Coelho wrote:
> This change made radius stop issuing IP addresses.  It would start
> without errors, but would then still authenticate a user, but would not
> issue a new IP address.
> Never good on a production server....  Yea I know, don't test on
> production server.... Duhh
> 
> Is the syntax show below what you meant?

  You can try using Postgresql, which doesn't have this problem.

  Or:

post-auth {
        ...

        redundant {
                main_pool
                main_pool   # just in case there was a race condition
                main_pool2  # if main_pool is down
        }

        ...
}


  That might work.

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to