Re: Send Access-Reject when user does not match any group?

2013-01-18 Thread Bogdan Enache
Hi again. Has anyone found a solution to this (always sending Access-Reject to users not matching any group)? Thanks! Pe 15.01.2013 13:37, Bogdan Enache a scris: Hi list, I have managed to solve the last problem by replacing Group with SQL-Group, like so: DEFAULT SQL-Group == disabled,

Re: Send Access-Reject when user does not match any group?

2013-01-15 Thread Bogdan Enache
Hi, I tried something else today. I created in SQL a group named disabled, with no check items, only a Reply-Message. A put a user in that group. I put a rule in the users file (commenting everything else out): DEFAULT Group == disabled, Auth-Type := Reject Reply-Message := Your

Re: Send Access-Reject when user does not match any group?

2013-01-15 Thread Bogdan Enache
Hi list, I have managed to solve the last problem by replacing Group with SQL-Group, like so: DEFAULT SQL-Group == disabled, Auth-Type := Reject Reply-Message := Your account is disabled., Fall-Through := No Now users which are in the disabled group get Access-Reject, which is

Re: Send Access-Reject when user does not match any group?

2013-01-14 Thread A . L . M . Buxey
Hi, Hi, Is there a way to configure FreeRadius 2.1.10 to send Access-Reject on users which don't match any of the defined groups? I tried with: DEFAULT Group-Name !* , Auth-Type := Reject Reply-Message = Account rejected., Fall-Through = No and

Re: Send Access-Reject when user does not match any group?

2013-01-14 Thread Bogdan Enache
Hello again, Hi, Hi, Is there a way to configure FreeRadius 2.1.10 to send Access-Reject on users which don't match any of the defined groups? I tried with: DEFAULT Group-Name !* , Auth-Type := Reject Reply-Message = Account rejected., Fall-Through =

Re: Send Access-Reject when user does not match any group?

2013-01-14 Thread A . L . M . Buxey
Hi, As you can see, it matches the rule in users first, and then the group named login in MySQL. There is no other match. because thats the order that you have them run in how can the users file know anything about the groups if you are doing the groups AFTER the users file? change the

Re: Send Access-Reject when user does not match any group?

2013-01-14 Thread Bogdan Enache
Hi, Pe 14.01.2013 15:17, a.l.m.bu...@lboro.ac.uk a scris: Hi, As you can see, it matches the rule in users first, and then the group named login in MySQL. There is no other match. because thats the order that you have them run in how can the users file know anything about the groups if

Send Access-Reject when user does not match any group?

2013-01-13 Thread Bogdan Enache
Hi, Is there a way to configure FreeRadius 2.1.10 to send Access-Reject on users which don't match any of the defined groups? I tried with: DEFAULT Group-Name !* , Auth-Type := Reject Reply-Message = Account rejected., Fall-Through = No and DEFAULT