Re: using CLID

2004-06-11 Thread Alan DeKok
Alexander Serkin <[EMAIL PROTECTED]> wrote: > Another question is - can i check through several DEFAULT items? Yes. That's what Fall-Through is for. > DEFAULT NAS-IP-Address == a.b.c.d,Calling-Station-Id =~ ^123456, > Group-Name := mygroup This won't work. The G

Re: using CLID

2004-06-11 Thread Alexander Serkin
thank you, Alan. Another question is - can i check through several DEFAULT items? I mean, if the first DEFAULT matched: DEFAULT NAS-IP-Address == a.b.c.d,Calling-Station-Id =~ ^123456, Group-Name := mygroup Fall-Through = Yes i want to check next DEAF

Re: using CLID

2004-06-10 Thread Alan DeKok
Alexander Serkin <[EMAIL PROTECTED]> wrote: > Is there some way to use CLID (Calling-Station-Id attribute) to > determine wich server to proxy access-request to? You can proxy on any criteria you want. Just set the Proxy-To-Realm attribute. That's what rlm_realm does. Alan DeKok. - List i

using CLID

2004-06-10 Thread Alexander Serkin
Hello, freeradius-users. Is there some way to use CLID (Calling-Station-Id attribute) to determine wich server to proxy access-request to? Do not ask why not using realms. We do use realms too. But the only way to validate that the user comes from our network is to check his CLID. Because everybo