Re: Freeradius 0.9.3 with mysql

2003-12-11 Thread Graeme Hinchliffe
On Wed, 10 Dec 2003 13:56:44 -0500 Alan DeKok [EMAIL PROTECTED] wrote: Justin Williams [EMAIL PROTECTED] wrote: By the way, I did not see a command in the man pages to restart radiusd after making config changes. Is there such? Huh? It's a normal program. You just kill it, and

How to insert/modify attribute Session-Timeout in a Auth-Reply?

2003-12-11 Thread Allen Chung
Hello~ My freeradius is a proxy server. I want to insert the attribute "Session-Timeout" with value "900" in each auth-reply packet. How can I make it work ? Thanks a lot ...

FreeRadius with existing Oracle Database

2003-12-11 Thread bhaskar
Hello: I have been going through doc, internet resources, configuration files and items, and code itself regarding FreeRadius (freeradius-0.9.3) for about two weeks now. Here is the task. We have an ORACLE database that has stored procedures for authorizing and accounting incoming RADIUS

RE: FreeRadius with existing Oracle Database

2003-12-11 Thread Olmo González
Hi, I don't know about Oracle, but I had no problem using an already existing MSSQL database with account information with freeradius. You can define all querys to suit your needs. Can you be more specific? Regards, Olmo. P.S: I had no problem calling StoredProcedures on the MSSQL Database

The detail file

2003-12-11 Thread Troy Davis
I have searched the FAQ and what I can of the mail archive and can not find an HOW-TO for making freeradius log to a single detail file instead of making a lot of nas subdirectories. Can someone please point me in the right direction Regards Troy - List info/subscribe/unsubscribe? See

Re: The detail file

2003-12-11 Thread Mike Bartling
On Thu, Dec 11, 2003 at 10:26:35PM +1030, Troy Davis wrote: I have searched the FAQ and what I can of the mail archive and can not find an HOW-TO for making freeradius log to a single detail file instead of making a lot of nas subdirectories. Can someone please point me in the right direction

Re: FreeRadius with existing Oracle Database

2003-12-11 Thread ZORBADELOS KONSTANTINOS
At Thu, 11 Dec 2003 16:08:17 +0545 (NPT), [EMAIL PROTECTED] wrote: Hello: I have been going through doc, internet resources, configuration files and items, and code itself regarding FreeRadius (freeradius-0.9.3) for about two weeks now. Here is the task. We have an ORACLE database

TLS/EAP Implementation Out of virtual memory!

2003-12-11 Thread Justin Bailey
I have been using Raymond McKay's document to get TLS/EAP running with freeRADIUS. (Thus, I am using freeradius-snapshot-20021028.) My system has 50MB of RAM and 20GB hard drive. When I launch freeRADIUS (run-radiusd -X -A) as Raymond suggests, a long period passes and then I receive the

Re: How to implement walled garden with freeRadius?

2003-12-11 Thread kconnell
Open source captive portal http://nocat.net/ Ken Connell Intermediate Network Engineer Computer Communication Services Ryerson University 350 Victoria St RM AB50 Toronto, Ont M5B 2K3 416-979-5000 x6709 - Original Message - From: Rob Genovesi [EMAIL PROTECTED] Date: Wednesday, December

(no subject)

2003-12-11 Thread PATRON
Lee Martin. is mi Lilia Karimova help please.From Uzbekistan.Bye

EAP-SIM with freeRadius

2003-12-11 Thread Jean-Philippe Duval
IsEAP-SIM authentication available with freeRadius ? Thks

SQL falls through to users file

2003-12-11 Thread Gary Algier
I have some basic SQL functionality working, but I discovered that if the SQL module returns ok, FreeRadius still falls through to the users file. Is there any way to prevent this? I even tried to set Fall-Through := 0 in the SQL. That did not help. Here's a snippet from my radiusd.conf:

Re: SQL falls through to users file

2003-12-11 Thread Rob Genovesi
Do you need the users file at all? If not comment out the files entry. -Rob At 01:06 PM 12/11/2003 -0500, you wrote: I have some basic SQL functionality working, but I discovered that if the SQL module returns ok, FreeRadius still falls through to the users file. Is there any way to prevent

Re: SQL falls through to users file

2003-12-11 Thread Gary Algier
Rob Genovesi wrote: Do you need the users file at all? If not comment out the files entry. -Rob Yes I do. For those people not explicitly listed in the SQL, I need to do one of two Proxy-To-Realm entries, depending upon Client-IP-Address. Or is there a way to put DEFAULT entries in SQL _and_

Re: Freeradius 0.9.3 with mysql

2003-12-11 Thread Alan DeKok
Graeme Hinchliffe [EMAIL PROTECTED] wrote: Will a HUP force a reload of the config? Yes. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: EAP-SIM with freeRadius

2003-12-11 Thread Alan DeKok
Jean-Philippe Duval [EMAIL PROTECTED] wrote: Is EAP-SIM authentication available with freeRadius ? The latest CVS snapshot has EAP-SIM. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: SQL falls through to users file

2003-12-11 Thread Alan DeKok
Gary Algier [EMAIL PROTECTED] wrote: I have some basic SQL functionality working, but I discovered that if the SQL module returns ok, FreeRadius still falls through to the users file. Is there any way to prevent this? doc/configurable_failover Alan DeKok. - List

Re: response-authenticator decrypt fail

2003-12-11 Thread Alan DeKok
Bo [EMAIL PROTECTED] wrote: I installed the FreeRadius 0.9.3 on Redhat 8.0 and did some tests with the Cisco AS5400 for authenticating the dial-up users. From the server side, everything was OK and it sent the Access-Accept back. But unfortunately I got the following error message on AS5400.

Re: TLS/EAP Implementation Out of virtual memory!

2003-12-11 Thread Alan DeKok
Justin Bailey [EMAIL PROTECTED] wrote: I have been using Raymond McKay's document to get TLS/EAP running with freeRADIUS. (Thus, I am using freeradius-snapshot-20021028.) My system has 50MB of RAM and 20GB hard drive. When I launch freeRADIUS (run-radiusd -X -A) as Raymond suggests, a long

Re: response-authenticator decrypt fail

2003-12-11 Thread Bo
I have double checked the shared secret on both sides. I even changed it from 15 digits to 10 digits. Still I got the same Error. Any idea? Thanks. - Original Message - From: Alan DeKok [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 11, 2003 1:48 PM Subject: Re:

Error in the Oracle driver from the CVS

2003-12-11 Thread Andrea Gabellini
Hi, I'm tring 0.9.3 using the Oracle driver from the CVS. From the version 1.32 of sql_oracle.c there is the check that the number of columns is 5. This doesn't works with the simultaneous use checking queries. In the other drivers I didn't find a check like this. if (colcount != 5)

Re: Freeradius 0.9.3 with mysql

2003-12-11 Thread Dan Monjar
--On Thursday, December 11, 2003 01:40:40 PM -0500 Alan DeKok [EMAIL PROTECTED] wrote: Graeme Hinchliffe [EMAIL PROTECTED] wrote: Will a HUP force a reload of the config? Yes. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html Were you able to

Freeradius EAP/TLS authentication chooses wrong cipher suite

2003-12-11 Thread Obermeier Markus ICM MP PD TS
Dear all, I am working on a EAP/TLS authentication with Freeradius and the Odessey client. After a client hello message with a bunch of cipher suites, the odyssey client receives a server hello message with one cipher suites. It responds with a TLS Alert message that tells the server the cipher

Re: Freeradius 0.9.3 with mysql

2003-12-11 Thread Alan DeKok
Dan Monjar [EMAIL PROTECTED] wrote: Were you able to address the occasional server crash in response to the HUP? Yes. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RedHat Enterprise 2.1, FreeRadius 0.9.3 with MySQL

2003-12-11 Thread Deramus, Chris
Title: RedHat Enterprise 2.1, FreeRadius 0.9.3 with MySQL To all -- I recently upgraded my development RADIUS box which was running RedHat 8.0 to RedHat Enterprise Linux 2.1 ES. This was a fresh install which included all Mysql related packages contained on the CD's. It was noted that the

Re: RedHat Enterprise 2.1, FreeRadius 0.9.3 with MySQL

2003-12-11 Thread NetNITCO Systems Administration
On Thu, 2003-12-11 at 16:00, Deramus, Chris wrote: To all -- I recently upgraded my development RADIUS box which was running RedHat 8.0 to RedHat Enterprise Linux 2.1 ES. This was a fresh install which included all Mysql related packages contained on the CD's. It was noted that the

strange, but minor issue with 0.9.3 and ./debian/rules

2003-12-11 Thread Richard Bailey
system is debian stable with some packages from testing and currently running freeradius 0.8.1 I retrieved freeradius-0.9.3.tar.gz decompressed and removed the eap module as I do not need it. path to source is /usr/src/freeradius-0.9.3 cd to /usr/src/freeradius-0.9.3 run ./debian/rules binary

What is a good wireless solution for a small restaurant.

2003-12-11 Thread Guy Fraser
Since many of the people on this list talk about wireless systems, I thought I could ask for some assistance. I have a customer with a chain of small restaurants, that want to provide wireless connections for his customers. I am looking for an inexpensive secure solution. I have heard people

Re: What is a good wireless solution for a small restaurant.

2003-12-11 Thread Rob Genovesi
Use this page as a cheatsheet of sorts : http://www.airpath.com/Products/wiboss_lite/compat.htm Airpath is a back-end provider for hotspot services, so they list a bunch of compliant devices to use with their service. This means that these devices have valid radius clients, and

Re: strange, but minor issue with 0.9.3 and ./debian/rules

2003-12-11 Thread Paul Hampson
On Thu, Dec 11, 2003 at 02:27:07PM -0800, Richard Bailey wrote: system is debian stable with some packages from testing and currently running freeradius 0.8.1 I retrieved freeradius-0.9.3.tar.gz decompressed and removed the eap module as I do not need it. [snip] in the packages the version

Re: strange, but minor issue with 0.9.3 and ./debian/rules

2003-12-11 Thread Richard Bailey
- Original Message - From: Paul Hampson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 11, 2003 4:10 PM Subject: Re: strange, but minor issue with 0.9.3 and ./debian/rules On Thu, Dec 11, 2003 at 02:27:07PM -0800, Richard Bailey wrote: system is debian stable with

Wow! No hassles! or Dr. Appointments

2003-12-11 Thread Dave Grove