same attribute for multiple users

Sergio Del Pino sdelp66 at gmail.com
Fri Sep 28 00:23:50 CEST 2007


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



More information about the Freeradius-Users mailing list