Re: [RADIATOR] Cisco IP Phones 802.1x Authentication?

2010-06-23 Thread Gregory Fuller
Hugh, I was able to get this working the other day. Here's my radius config: # Configure 802.1x switch authentication for LANIGAN-SWITCHES # Identifier LANIGAN-SWITCHES Secret xx DupInterval 0 IgnoreAc

[RADIATOR] Log SQL

2010-06-23 Thread Adrian Mustelier Camino
Hi: I trying to configure the logSQL feature in Radiator. I put the code below inside the realm as indicated on the manual. The problem is that I not receiving any data in My SQL server. I test the SQL database with other application and work well. DBSource dbi:mSQL:Radi

[RADIATOR] Case insensitive username matching?

2010-06-23 Thread Andrew D. Clark
Hi all, I know there's a feature for case-insensitive password matching, and I know I can use RewriteUsername to lowercase all usernames, but is there also a feature to do a case insensitive username match for AuthBy FILE, for example? In the case that others aren't quite so consistent about al

Re: [RADIATOR] AuthBy SQL result: IGNORE, User database access error

2010-06-23 Thread Adam Gerson
I have figured out that MacPorts installs its own copy of perl into /opt/local/bin I need to use that perl, which includes the mysql packages. When I call that perl explicitly I get this error: sidekick:~ sadmin$ /opt/local/bin/perl /usr/local/src/Radiator/Radiator-Locked-4.6/radiusd -config_f

Re: [RADIATOR] Log SQL

2010-06-23 Thread Mike McCauley
Hello Adrian, On Thursday 24 June 2010 01:17:00 am Adrian Mustelier Camino wrote: > Hi: > > I trying to configure the logSQL feature in Radiator. I put the code > below inside the realm as indicated on the manual. The problem is that I > not receiving any data in My SQL server. I test the SQ