Hi, I'm a newbie on freeradius, I need to send the same attribute to
multiple users how can I do, I'm using freeradius.net 1.1.7   my users
files work this way

user1   User-Password == "pwusr1"
user2   User-Password == "pwusr2"
...     
usern   User-Password == "pwusrn"


the attribute I need to send is
        Filter-Id="some_acl0.in" to any user that radius send access-accept

I want to know the config sintax in order to avoid this:


user1   User-Password == "pwusr1"
        Filter-Id="some_acl0.in"
user2   User-Password == "pwusr2"
        Filter-Id="some_acl0.in"
...     
usern   User-Password == "pwusrn"
        Filter-Id="some_acl0.in"

May I use the DEFAULT?

Thanks in advance,

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

Reply via email to