[RADIATOR] Use AD group membership for SQL lookups?

2014-04-14 Thread Martin Burman
Hi there. I'm a n00b in RADIUS so please bear with me. I've read a couple of links found via Google and either I can't define my question correctly or I'm rather alone in what I'm trying to do? I have Radiator on Red Hat Linux authenticating via Winbind/NTLM to an Active Directory server, proba

Re: [RADIATOR] Radiator/AuthWimax.pm BS ID Questions

2014-04-14 Thread Heikki Vatiainen
On 04/14/2014 07:07 AM, Adam O'Reilly wrote: > Just wanting to find out the reasoning behind this: > 200 my $bsid = $p->get_attr('WiMAX-BS-ID'); > 201 ($napid, $bsid) = unpack('a3 a3', $bsid) > > The reason is we are seeing WiMAX-BS-ID come in like this > WiMAX-BS-ID = 000XXXX001

Re: [RADIATOR] Use AD group membership for SQL lookups?

2014-04-14 Thread Heikki Vatiainen
On 04/14/2014 05:56 PM, Martin Burman wrote: > 1: check username/password combo. - OK > 2: Search from a set of AD groups until a match EVENTUALLY is found. -OK > 3: query MySQL for attributes/values based on username. - OK > 4: query MySQL for the attributes and values based on group name. - Prob

[RADIATOR] Correction to CheckPoint Gaia dictionary entry

2014-04-14 Thread Jason Griffith
Hi, I'd just thought I'd share this with anyone who is interested. I was troubleshooting Radius with the Gaia CheckPoint OS today and found that we had problems assigning roles to users via the Radius attributes. We fixed this by modifying the following in the Radiator dictionary file: We replaced

Re: [RADIATOR] Correction to CheckPoint Gaia dictionary entry

2014-04-14 Thread Heikki Vatiainen
On 04/14/2014 11:26 PM, Jason Griffith wrote: > VENDORCheckPoint 2620 > #ATTRIBUTE CP-Gaia-User-Role 229 string > #ATTRIBUTE CP-Gaia-SuperUser-Access 230 integer > > VENDORATTR 2620 CP-Gaia-User-Role 229 string > VENDORATTR 2620 CP-Gaia-SuperUser-Access 230 integer > > After we ma