Re: return ALL the AVPs for a username that belongs multiple groups

2005-11-08 Thread Shane Hart
Lenir wrote: Can anyone please help me with this? Thanks, Lenir Just a thought. Create a 3rd group with the attributes you need? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lenir Sent: Wednesday, November 02, 2005 7:34 PM To: 'FreeRadius

RE: return ALL the AVPs for a username that belongs multiple groups

2005-11-02 Thread Lenir
Here's the rest of my config. Notice, that username 3000 belongs to group Dialin and Dialin2. The user can register fine, however in this case the Access-Accept packet only returns the AVPs related to group Dialin (I'm guessing is because it's the first one that it matches). mysql select * from

Re: return ALL the AVPs for a username that belongs multiple groups

2005-10-28 Thread Alan DeKok
Lenir [EMAIL PROTECTED] wrote: Radius replies with the AVPs of the first group that it matches that the user belongs to. Instead of returning all the AVPs for all the groups that the user belongs to. The example you posted didn't include groups or reply AVP's. So I guess the question is,

RE: return ALL the AVPs for a username that belongs multiple groups

2005-10-27 Thread Lenir
Is not Fall-Through, although I do have it set up, Fall-Through is working. This is my current config where I use Fall-Through: DEFAULT Auth-Type = System Fall-Through = 1 DEFAULT Service-Type == Call-Check, Auth-Type := None Fall-Through = 1 DEFAULT Service-Type == Group-Check,

RE: return ALL the AVPs for a username that belongs multiple groups

2005-10-23 Thread Lenir
Can anybody help me with this? Thanks in advance, Lenir -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lenir Sent: Friday, October 21, 2005 12:53 AM To: 'FreeRadius users mailing list' Subject: return ALL the AVPs for a username that belongs multiple

RE: return ALL the AVPs for a username that belongs multiple groups

2005-10-23 Thread Alex M
In config file there should be a line that will allow you to go to the next parameter despite the fact that it alredy found muching record... that's a theory, that I remember from documentation -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lenir Sent:

RE: return ALL the AVPs for a username that belongs multiple groups

2005-10-23 Thread Seferovic Edvin
Fall-Through ??? Regards, Edvin Seferovic PS: is a user is matched to one group because of his connection-specific attributes, he wont be accepted as a member of another group ( to differentiate between modem and vpn users for example )... -Original Message- From: [EMAIL PROTECTED]

RE: return ALL the AVPs for a username that belongs multiple groups

2005-10-23 Thread Alex M
Probably yes... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Seferovic Edvin Sent: Sunday, October 23, 2005 10:42 PM To: 'FreeRadius users mailing list' Subject: RE: return ALL the AVPs for a username that belongs multiple groups Fall-Through ???

return ALL the AVPs for a username that belongs multiple groups

2005-10-20 Thread Lenir
Hello list, I have a user that belongs to multiple groups, lets say in the usergroup table, I have username Paul_S that belongs to Group1, Group2 and Group3 (using a different row for each group membership). In the radgroupreply table, I have multiple different attributes for each group. When I