Massimiliano Liccardo wrote:

> Maybe cuold be useful to patch the rlm_files in order to provide a
> prost_proxy file as the pre_proxy one? Could be useful for setting
> the Post-Proxy-Type without re-passing the authorize section and
> using rlm_files directy into Post-Proxy, i.e.

Post-Proxy-Type is a check item, therefore I think you can set it in
the first pass of authorization, then the server remember it when it
receives the reply from the realm server.

> post-proxy{
>               files                   # provide Prost-Proxy-Type
>                 Post-Proxy-Type foo{
>                 foo1
>                 foo2
>                 }
>                 Post-Proxy-Type bar{
>                 bar1
>                 bar2
>                 }

This should NOT work as you expect. Unlike Autz-Type the attribute must
be set before the stanza is run. Changes to Post-Proxy-Type during
post-proxy will have no effect.

-- 
Nicolas Baradakis

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

Reply via email to