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 DEAFULT:

DEFAULT         Group-Name == mygroup, Realm == some.realm.ru
                Auth-Type := Local
                Framed-Protocol = PPP,
                Service-Type = Framed,
                Fall-Through = Yes

And if it matched too - authorize user:

[EMAIL PROTECTED]  User-Password == abcd
                    Framed-IP-Address = 1.2.3.4
                    ....

In my confguration after the first deafult matches, user is authorized, but his group attributes (placed in second DEFAILT instance) are ignored.


Alan DeKok wrote:
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 info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

-- Sincerely Yours, Alexander Serkin, Moscow Cellular Communications ph. +7(095)7952089 fa. +7(095)7952084


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

Reply via email to