"Tariq Rashid" <[EMAIL PROTECTED]> wrote:
> i'd like to do something like ...
> 
>       realm abc.def {
>               type            = radius
>               authhost        = `%{config:network_address}`.126:1812

  The expansion of configuration-file variables is not the same as the
expansion of run-time variables.  See other examples in the
configuration.

  What *could* work is:

  authhost = ${network_address}.126:1812

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

Reply via email to