Re: Control user logins by NAS

2005-10-04 Thread Shane Hart
That did the trick.Thanks Christian Shane Christian Meutes wrote: Create a group in your sql database, then assign the the users to this group and give the group a check-item. insert into radgroupcheck (GroupName,Attribute,op, Value) values

Control user logins by NAS

2005-10-03 Thread Shane Hart
Hi all, How can I control what groups can authenticate on what nas. I would like to create a batch of users and assign those users to only sucessfully login from a particular nas (or list of nas's) I have freeradius 1.04 and use sql for the user/password combinations Group 30 mins

Re: Control user logins by NAS

2005-10-03 Thread Christian Meutes
Create a group in your sql database, then assign the the users to this group and give the group a check-item. insert into radgroupcheck (GroupName,Attribute,op, Value) values ('your_group_name',NAS-IP-Address','==','ip_address'); If you want that a group can itself successfully authenticate