[EMAIL PROTECTED] wrote:
> 
> Eddie Stassen <[EMAIL PROTECTED]> wrote:
> > I would like to know if there is a way of proxying users only if certain
> > conditions are met iow 'check items' for proxied requests.  In my
> > application I need to proxy certain realms only if for example
> > NAS-Port-Type==Async.  Any suggestions?
> 
>   Yes...
> 
> DEFAULT NAS-Port-Type == Async, Proxy-To-Realm := "foo.com"
>         Fall-Through = 1
> 
> DEFAULT NAS-Port-Type != Async, Proxy-To-Realm := "bar.com"
>         Fall-Through = 1
> 
>   Alan DeKok.
> 
This works in that case where you only have one realm, but in my case I
have multiple realms, some with conditions attached, some unconditional.
e.g.

realm1 : NAS-Port-Type==Async
realm2 : NAS-Port-Type==Async
realm3 : No conditions
etc.


Eddie

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

Reply via email to