Re: Matching Airespace-Wlan-Id in users files or radgroupcheck database

2010-02-17 Thread Adam Wien
Here's my database setup. mysql select * from radcheck where username='a...@cpanel.net'; +--+-+++--+ | id | username| attribute | op | value| +--+-+++--+ | 1072 |

Re: Matching Airespace-Wlan-Id in users files or radgroupcheck database

2010-02-17 Thread Alan DeKok
Adam Wien wrote: Here's my database setup. Please read doc/rlm_sql. mysql select * from radcheck where username='a...@cpanel.net'; +--+-+++--+ | id | username| attribute | op | value|

Re: Matching Airespace-Wlan-Id in users files or radgroupcheck database

2010-02-17 Thread Adam Wien
On Feb 17, 2010, at 10:54 AM, Alan DeKok wrote: Adam Wien wrote: Here's my database setup. Please read doc/rlm_sql. mysql select * from radcheck where username='a...@cpanel.net'; +--+-+++--+ | id | username| attribute

Re: Matching Airespace-Wlan-Id in users files or radgroupcheck database

2010-02-17 Thread Fajar A. Nugraha
On Thu, Feb 18, 2010 at 12:26 AM, Adam Wien adam.w...@gmail.com wrote: I guess that's my real question. What database does that belong in? try radcheck first. Make sure it works on per-user basis. I've tried adding it to 'radgroupreply' and also 'radgroupcheck' with a higher ID(although the

Re: Matching Airespace-Wlan-Id in users files or radgroupcheck database

2010-02-17 Thread Adam Wien
On Feb 17, 2010, at 3:55 PM, Fajar A. Nugraha wrote: On Thu, Feb 18, 2010 at 12:26 AM, Adam Wien adam.w...@gmail.com wrote: I guess that's my real question. What database does that belong in? try radcheck first. Make sure it works on per-user basis. I've tried adding it to

Re: Matching Airespace-Wlan-Id in users files or radgroupcheck database

2010-02-17 Thread Alan DeKok
Adam Wien wrote: I have this so far in my users file and it's working. adamCleartext-Password := testing radcheck Airespace-Wlan-Id = 8, Airespace-Interface-Name = SecWifiTesting0, Tunnel-Type = VLAN,

Matching Airespace-Wlan-Id in users files or radgroupcheck database

2010-02-16 Thread Adam Wien
I'm trying to get FreeRadius working with a Cisco WLC. I would like to match on Airespace-Wlan-Id to permit access to certain SSIDs. I can't seem to deny access using this attribute. Is there a trick to this? Thanks, -adam - List info/subscribe/unsubscribe? See

Re: Matching Airespace-Wlan-Id in users files or radgroupcheck database

2010-02-16 Thread Alan DeKok
Adam Wien wrote: I'm trying to get FreeRadius working with a Cisco WLC. I would like to match on Airespace-Wlan-Id to permit access to certain SSIDs. I can't seem to deny access using this attribute. I tried stuff and it didn't work. Is there a trick to this? Describe what you did