"Julio Faerman" <[EMAIL PROTECTED]> wrote:
> OK ! It worked out ... thnx a lot !

  You're welcome.  My hints were a little sketchy, I'm glad you got it
to work.

> Supose that all users i want to proxy matches a pattern, say "Start with
> letter T"
> Can i define in the users file (or anywhere else ... ) soething like
> 
> T*     Proxy-To-Realm := "realm_name"
> 
> meaning, "IF username starts with T, realm it"
> 
> So, when the request comes, i know what to do with it right away, without
> checking it localy first...

  That should work.  There is some kind of hack at username matching
via regex.

  If it doesn't work, try:

DEFAULT User-Name =~ "T.*"

  If your system has regular expression libraries.

  Alan DeKok.

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

Reply via email to