Re: FreeRADIUS, MySQL and usergroups again

2006-05-11 Thread Michael Schwartzkopff
Am Donnerstag, 11. Mai 2006 17:38 schrieb Christopher Carver: > If you want to use rlm_sql you do this with the tables radius.usergroup > and radius.radgroupcheck. In radius.radgroupcheck you'd have something > like this: > > ++---+---+++ > > | id | GroupName

Re: FreeRADIUS, MySQL and usergroups again

2006-05-11 Thread Christopher Carver
If you want to use rlm_sql you do this with the tables radius.usergroup and radius.radgroupcheck. In radius.radgroupcheck you'd have something like this: ++---+---+++ | id | GroupName | Attribute | op | Value | ++---+---++---

FreeRADIUS, MySQL and usergroups again

2006-05-11 Thread Michael Schwartzkopff
Hi, I want to authorize users according to the membership in a group. With Auth-Type=System it is easy: DEFAULT Auth-Type = System, Group == "RASUser" Is there any analogy to this setup in the sql module? Thanks for any help, I am quite desparate already ... -- Dr. Michael Schwartzkopf