15 Sep
2005
15 Sep
'05
12:18 p.m.
"Tariq Rashid" <tariq.rashid@uk.easynet.net> 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.