Re: SQL Accouting

2005-09-28 Thread Ben Dowling
, in wich it must be a sql instance. Ing. Paolo Rotela Jefe Técnico Blue Telecom Eng. Paolo Rotela CTO Blue Telecom - Original Message - From: Ben Dowling [EMAIL PROTECTED] To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Tuesday, September 27, 2005 6

Re: SQL Accouting

2005-09-28 Thread Ben Dowling
. If all this is ok, then I don't know for sure, you should check your radius.log for errors in the sql module. - Original Message - From: Ben Dowling [EMAIL PROTECTED] To: FreeRadius users mailing list freeradius-users@lists.freeradius.org Sent: Wednesday, September 28, 2005 2:30

Re: SQL Accouting

2005-09-28 Thread Ben Dowling
more than the default instance for sql module). And then you must have the radius database and the radacct table. If all this is ok, then I don't know for sure, you should check your radius.log for errors in the sql module. - Original Message - From: Ben Dowling [EMAIL

Re: SQL Accouting

2005-09-28 Thread Ben Dowling
Yeah it is getting accounting packets, because I can log them to file with 'detail'. Just not to sql. Ben On Wed, 2005-09-28 at 16:32 -0400, Alan DeKok wrote: Ben Dowling [EMAIL PROTECTED] wrote: I previously mentioned, the accounting section contains just 'sql'. I have no sql section

Re: EAP-TLS reject if CN not in MySQL

2005-09-27 Thread Ben Dowling
for the username in mysql with EAP-TLS? Cheers, Ben Ben Dowling wrote: Hi, I have freeradius-1.04 configured with MySQL using EAP-TLS and PEAP for authentication. I wish to reject users whose common name (CN) is not included in the MySQL database. I have read the thread regarding this exact problem

Re: EAP-TLS reject if CN not in MySQL

2005-09-27 Thread Ben Dowling
Sorry I was referring to the username, the CN in the certificate gets sent as the username. My problem is how to reject users with valid certificates, but no entry in the database? Cheers, Ben On Tue, 2005-09-27 at 14:01 -0400, Alan DeKok wrote: Ben Dowling [EMAIL PROTECTED] wrote: I still

EAP-TLS reject if CN not in MySQL

2005-09-24 Thread Ben Dowling
should look like in order to achieve this? Thanks for the help, Ben Dowling - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: SQL replacement for clients.conf?

2005-09-15 Thread Ben Dowling
Hi, Am I to take it that it is not possible to use SQL for the clients.conf file? And if that it the case could someone please explain what the nas table is for in the database schema? Cheers, Ben On Wed, 2005-09-14 at 22:42 +0100, Ben Dowling wrote: Hi, Is it possible to replace

Re: SQL replacement for clients.conf?

2005-09-15 Thread Ben Dowling
On Wed, 2005-09-14 at 22:42 +0100, Ben Dowling wrote: Hi, Is it possible to replace clients.conf with an SQL table? I assume that is what the NAS table is for in the schema, but I have seen no mention of it being used, or any documentation, for it on the web. If it is possible could you

Logging accouting data to SQL

2005-09-15 Thread Ben Dowling
Hi, I am using freeradius 1.0.4. I have enabled the 'sql' module in the accouting section of radiusd.conf but the accouting data is logged to /var/log/radius/radacct and not to mysql. How do I configure this? Cheers, Ben - List info/subscribe/unsubscribe? See

Re: CRL rejects all certificates

2005-09-14 Thread Ben Dowling
issuer * CRL is out of date (CRLs have limited validity period) * something else On 9/14/05, Ben Dowling [EMAIL PROTECTED] wrote: Hi, I have managed to get EAP-TLS authentication working with freeradius 1.04 and a windows XP supplicant. However

SQL replacement for clients.conf?

2005-09-14 Thread Ben Dowling
Hi, Is it possible to replace clients.conf with an SQL table? I assume that is what the NAS table is for in the schema, but I have seen no mention of it being used, or any documentation, for it on the web. If it is possible could you please provide me with an example setup. Cheers, Ben - List

CRL rejects all certificates

2005-09-13 Thread Ben Dowling
Hi, I have managed to get EAP-TLS authentication working with freeradius 1.04 and a windows XP supplicant. However, when I enable CRL all certificates seem to be rejected not just those in the CRL. Could anyone help me with this issue? Let me know if you require any more information. Cheers, Ben

freeradius and mysqld.sock location problem

2005-08-29 Thread Ben Dowling
Hi, I am having problems with freeradius connecting to a mysql database. Freeradius reports the error: rlm_sql_mysql: Mysql error 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) The mysqld.sock file is acutally located at

Re: freeradius server not responding to radtest

2005-08-26 Thread Ben Dowling
It is in clients.conf with the secret 'test'. Scanning it with -P0 shows that port 1812 is open|filtered, but scanning without -P0 shows host is down. Cheers, Ben Benedikt Panzer wrote: Hello, do you have localhost with that shared secret in your clients.conf file? Is there a firewall

FreeRadius-1.04 install seg faults after install (using EAP-TLS)

2005-08-25 Thread Ben Dowling
Hi, I am having problems with freeradius 1.04 on debian. I previously installed the deb package, but later found out it doesn't support EAP-TLS, so had to build from source. I built it with the following command: ./configure --with-rlm_eap_tls --disable-shared make make install I have setup

Re: FreeRadius-1.04 install seg faults after install (using EAP-TLS)

2005-08-25 Thread Ben Dowling
I've loaded up radiusd into gdb and the bug looks the same as http://bugs.freeradius.org/show_bug.cgi?id=98. That page says the solution is to pass configure the --disable-shared flag, which I have done, yet the bug remains. Any help would be greatly appreciated, Ben Program received signal

Re: FreeRadius-1.04 install seg faults after install (using EAP-TLS)

2005-08-25 Thread Ben Dowling
Is this the freeradius libs it cannot find? And if so will adding the fr lib directory to /etc/ld.so.conf fix the problem? Thanks in advance, Ben Alan DeKok wrote: Ben Dowling [EMAIL PROTECTED] wrote: I've loaded up radiusd into gdb and the bug looks the same as http

Re: FreeRadius-1.04 install seg faults after install (using EAP-TLS)

2005-08-25 Thread Ben Dowling
Ahh I've solved it - the library directory wasn't set correctly in the radius conf file, I updated and it worked fine. Thanks for the help, Ben Alan DeKok wrote: Ben Dowling [EMAIL PROTECTED] wrote: Is this the freeradius libs it cannot find? And if so will adding the fr lib directory

build problem - mysql header files not found

2005-08-23 Thread Ben Dowling
Hi, I am having a problem building freeradius-1.04 on linux. I have installed mysql 4.1.10 but when running make it bails out complaining that mysql.h and errmsg.h cannot be found. The files can be located in /usr/local/mysql/include. As a hack I copied these files into the corresponding