Re: Freeradius for Voip

2004-03-12 Thread Costin Manda
On Fri, 12 Mar 2004 10:52:56 +0800 ROY [EMAIL PROTECTED] wrote: I think I've ran into this too.. The problem was with text timezone not being recognized by Postgres. Here's what I've done: Thank you. I will try it and get back to you if it doesn't work! :) -- Costin Manda [EMAIL

Using IPPOOLS with FreeRadius +MYSQL

2004-03-12 Thread sagar.patil
Hi All, I have a FreeRadius + Mysql up and running fine under Mandrake Linux 9.1. Questions here How can I assign pool of IP addresses to one Wireless AP in MYSQL ? I read following reply in past but cant make out what U need to add in MYSQL tables # Example: #

So, what do I do now?

2004-03-12 Thread Costin Manda
Ok, I give up! I have no idea what I am doing. I need some yahoo/MSN messenger help because right now I am lost completely. My yahoo ID is interpointman2 and my MSN id is [EMAIL PROTECTED] I am trying to use freeradius for the following things: 0) make freeradius authorise the use of VoIP for

Re: Help AvPair put to sql (Closed)

2004-03-12 Thread Eduardo Egües
Hi All: I have the same problem. Also I've updated to yesterday snapshot and I'm still have the same problem. Any new suggestion? TIA Eduardo Egue - Original Message - From: Daniil I. Pimonenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 5:23 PM Subject: RE:

Re: testing radius server

2004-03-12 Thread Dustin Doris
run it radiusd -X On Thu, 11 Mar 2004 [EMAIL PROTECTED] wrote: -- Hi all I did read the faq to test my freeradius. radtest bob bob localhost 0 testing123 but I got an error, access deny I don't know what is the problem CAn you tell me how to check it? I installed it by freebsd

RE: Using IPPOOLS with FreeRadius +MYSQL

2004-03-12 Thread Bart Van Daal
I think the correct way to do this would be to add the entry in the radcheck table. insert into radcheck (UserName,Attribute,op,Value) values ('username','Pool-Name',':=','pool_name'); I'm not sure about this, maybe someone could second it. Bart From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Behavior for rlm_ldap module

2004-03-12 Thread Kostas Kalevras
On Fri, 12 Mar 2004, Pierluigi Frullani wrote: Hi all. Reading through the C code of rlm_ldap I've noticed that the behavior for this module, when it got a nosuchobject or a ambiguous reply is to not reject the request, but pass it over for some other modules, either in authorize then in

Re: Connecting the dots

2004-03-12 Thread Alan DeKok
Jamie Thain [EMAIL PROTECTED] wrote: Problem. I don't understand how 'authentication' gets passed through radiusd.conf and onto SQL config. It doesn't. We tried a cart-blanc upgrade to 0.93 but the 0.4 configs did not work, it complained about SQL not being an authentication type.

RE: Connecting the dots

2004-03-12 Thread Jamie Thain
Alan, Thanks for the help. How does the Cisco authenticate then to my SQL server. This is the part I am missing? regards:jamie Jamie Thain CEO - Sbi (Direct: (441) 278 6007Email: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

simple question:

2004-03-12 Thread Costin Manda
Ok, i have freeradius and postgreSQL to authorise and authenticate users for VoIP usage with a Cisco gateway. I have only one question: where do I put the account codes that let the people use the system and where do I put the money they have?! - List info/subscribe/unsubscribe? See

Instructions for using Freeradius with Active-Directory

2004-03-12 Thread Albers Darren
After I posted yesterday that I had Free Radius authenticating to AD successfully but I was interested in finding out how to do the authentication via group membership I recieved a number of requests for information on how I set up the basic Ldap authentication against Active-Drectory. Let me

freeradius-0.9.3 on openbsd/sparc64 and fastusers module

2004-03-12 Thread Andre Dalle
I've used freeradius since 0.5 on Solaris and 0.7.1 on openbsd/i386. I've now compiled 0.9.3 on openbsd/sparc64 (Netra T1) and I am getting an error from the rlm_fastusers module. My logfile shows Fri Mar 12 11:29:04 2004 : Error: no memory If I disable the fastusers module, radiusd loads up

Re: Accounting-Response sent on failure

2004-03-12 Thread Dave Mason
Hi Alan, Your last response appears to contradict another answer you gave me last September. Here's that one, with more explanation of what's going on. Alan DeKok wrote: Dave Mason wrote: I have a Freeradius server (v0.8.1) where I may configure multiple accounting methods in radiusd.conf.

Re: accounting to mysql database

2004-03-12 Thread Guy Fraser
This is a good suggestion. The MySQL schema should be changed, so that raddb is by default InnoDB. This is exactly the reason I have been using PostgreSQL for the last 6 or so years. Rather than using a different database for archived records just put the archived data into different tables.

Re: accounting to mysql database

2004-03-12 Thread Jeff Warnica
How about this scenario: (say it is March 1, SQL and col names from memory...) The 'live' table keeps up to two months (and a few hours) of data (January, February, March 1) Some time on March 1 you rotate out January CREATE TABLE jan_04 LIKE. INSERT INTO jan_04 SELECT * FROM radacct WHERE

Re: Accounting-Response sent on failure

2004-03-12 Thread Alan DeKok
Dave Mason [EMAIL PROTECTED] wrote: Your last response appears to contradict another answer you gave me last September. Here's that one, with more explanation of what's going on. Hmm... the easiest way to solve that would be to move the acct_unique module out of accounting, and into

RE: Connecting the dots

2004-03-12 Thread Jamie Thain
Alan, My problem is that I have to rewrite the SQL code to go fetch the right databases. I understand the authenticate means something different. I have to swap out a live ISP environment, so I don't have a go with the flow way of doing it. I need a little understanding to do this. Cisco

Re: Connecting the dots

2004-03-12 Thread Alan DeKok
Jamie Thain [EMAIL PROTECTED] wrote: My problem is that I have to rewrite the SQL code to go fetch the right databases. I don't see why. After I need to be able to have AVPairs answered back to set speed and things, and there is a custom database, (billing software) that I need to do this

Re: case-insensitivity in regexp's for User-Name

2004-03-12 Thread Alan DeKok
Paul Dekkers [EMAIL PROTECTED] wrote: I was wondering: is it possible to make this match case-insensitive, other than using: DEFAULT User-Name =~ [EMAIL PROTECTED], Proxy-To-Realm := proxy-server It's a little difficult... you can hack the source code, but that's not a good choice.

RE: Connecting the dots

2004-03-12 Thread Jamie Thain
Alan, My problem is that I have to rewrite the SQL code to go fetch the right databases. I don't see why. Because the guy who wrote it originally wrote it wrong. I need more functionality. I looked back at what you wrote, I know what you said to do, no problem. However, because of my

Re: freeradius-0.9.3 on openbsd/sparc64 and fastusers module

2004-03-12 Thread Andre Dalle
OK, I will use the rlm_dbm module instead. ps. Freeradius is the best radius server I've used in 5 years, free or otherwise. On Fri, Mar 12, 2004 at 02:10:51PM -0500, Alan DeKok wrote: Andre Dalle [EMAIL PROTECTED] wrote: I've used freeradius since 0.5 on Solaris and 0.7.1 on

Re: Using dialup_admin with freeradius

2004-03-12 Thread Humberto Diogenes
Michael, Look at the Dialup Admin documentation on how to enable .php3 extension on your web server. Friday, March 12, 2004, 5:10:08 PM, michaelrflora escreveu: mnn Hello, I am a newbie with freeradius. I am trying to use mnn the dialup_admin interface but cannot get it to work with

Re: testing radius server

2004-03-12 Thread ask
Thank you for your help I run it and it gave me. Listening on IP address *, ports 1812/udp and 1813/udp, with proxy on 1814/udp. Ready to process requests. But how can I test it? I added it in the file client localhost testing123 and I don't know how to do it Thank you again