Re: FreeRadius 1.1.3 with MySQL

2008-05-14 Thread Brad Furst
Ivan Kalik wrote: Create multiple sql instances. Create Autz-Type entry for each in authorize section. Then add something like this in users file. DEFAULT Real == whatever, Autz-Type = sqlwhatever This is much simpler with unlang in 2.0 (no Autz-Type entries needed, just a switch block

Re: FreeRadius 1.1.3 with MySQL

2008-05-14 Thread Phil Mayers
Brad Furst wrote: Ivan Kalik wrote: Create multiple sql instances. Create Autz-Type entry for each in authorize section. Then add something like this in users file. DEFAULT Real == whatever, Autz-Type = sqlwhatever This is much simpler with unlang in 2.0 (no Autz-Type entries needed,

FreeRadius 1.1.3 with MySQL

2008-05-13 Thread Brad Furst
I'm attempting to have multiple realms use individual mysql tables in order to seperate the usernames. I've read how to get multiple sql instances going, but how do I tell which realm to use which sql instance?- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRadius 1.1.3 with MySQL

2008-05-13 Thread Ivan Kalik
Create multiple sql instances. Create Autz-Type entry for each in authorize section. Then add something like this in users file. DEFAULT Real == whatever, Autz-Type = sqlwhatever This is much simpler with unlang in 2.0 (no Autz-Type entries needed, just a switch block in authorize). Ivan

Re: FreeRadius 1.1.3 with MySQL

2008-05-13 Thread Alan DeKok
Brad Furst wrote: I'm attempting to have multiple realms use individual mysql tables in order to seperate the usernames. I've read how to get multiple sql instances going, but how do I tell which realm to use which sql instance? I'm actually doing this in 2.0 without using multiple SQL

Problem with freeradius 1.1.3 and MySQL reserving sql socket

2007-01-25 Thread Raúl Rodríguez
Hi all! I'm trying to set-up a freeradius 1.1.3 using MySQL 5.0.22 as Database Backend... although i have a very annoying problem that i don't know how to solve. When i launch the service with -X option to see debug, it seems that everything goes well, although when i try to submit some

Re: Problem with freeradius 1.1.3 and MySQL reserving sql socket

2007-01-25 Thread A . L . M . Buxey
Hi, rlm_sql (sql): SQL query error; rejecting user ^^^ whats the query? alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem with freeradius 1.1.3 and MySQL reserving sql socket

2007-01-25 Thread Alan DeKok
Raúl Rodríguez wrote: Hi all! I'm trying to set-up a freeradius 1.1.3 using MySQL 5.0.22 as Database Backend... although i have a very annoying problem that i don't know how to solve. When i launch the service with -X option to see debug, it seems that everything goes well, although

Re: Problem with freeradius 1.1.3 and MySQL reserving sql socket

2007-01-25 Thread Raúl Rodríguez
Sorry, I'm stupid... i have commented sql query about authentication - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html