max <[EMAIL PROTECTED]> wrote:
> I tried without success=20
> 1) bar = ${mod_foo.foo}
> 2) bar = foo.${bar}.
> 
> Any hints?

  doc/variables.txt is a start, but it's not intended for use inside
the configuration files.

     %{config:section.subsection.item} Corresponding value in 'radiusd.conf'
                                       for the string value of that item.

  For use in the configuration files, I'd suggest:

> modules {
>       mod_foo {
>               foo= "hello world!"

        mod_bar {
                bar = $modules.mod_foo.foo

  That should work....

  Alan DeKok.

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

Reply via email to