Re: (RADIATOR) Buffer Overflow in Radius

2001-07-11 Thread sj
Buffer overflow occurs if the app tries to put more data to the buffer than its length. Perl is different from C, Perl automatically manages buffers, you don't have worry about buffer overflow until you don't execute other program from your Perl script. BTW, if you stick to C, try some compiler

Re: (RADIATOR) Radius Attribute to set Hostname?

2001-07-11 Thread Hugh Irvine
Hello Shon - I think you will find that the service you were dialling in to had all their dialup ports defined in their DNS (many other providers do this as well). As far as I know there is no way to specify a hostname with radius. regards Hugh At 9:25 -0400 01/7/10, Shon Stephens wrote:

Re: (RADIATOR) Using Radiator for WholesaleDialupandSessionDatabase

2001-07-11 Thread Hugh Irvine
Hello Tom - My point is, how are you going to decide how to apply a RewriteUsername if you don't know who the customer belongs to? regards Hugh At 12:31 -0400 01/7/9, Tom Daly wrote: I would say that's the problem. Since I enforce a default simultaneous use of 1 caller, if identical

Re: (RADIATOR) IPass Accounting

2001-07-11 Thread Hugh Irvine
Hi Charles - This sounds like a problem with iPASS not sending accounting stops. You should probably check with them what is happening. regards Hugh At 13:56 -0400 01/7/9, Charles Sprickman wrote: Hi, I've been noticing that about half of my ipass sections linger on in my radonline table,

Re: (RADIATOR) problem about radiator server

2001-07-11 Thread Hugh Irvine
Hello Eddie - You will have to configure a Client clause for your NAS: Client 203.100.64.69 Secret xxx .. /Client hth Hugh Dear Sir/Madam, I have installed radiator server and tried to configured for my needs but the error comes out as follows when I tried to run

Re: (RADIATOR) Linux and 2.18.2

2001-07-11 Thread Hugh Irvine
Hello Chris - When you installed Radiator and ran the test suite, what did that show? And what happens with just a simple configuartion file? In this particular case, it looks like there is a problem reading the client list from the SQL database. Have you installed DBI and DBD correctly?

Re: (RADIATOR) CalledStation.pm

2001-07-11 Thread Hugh Irvine
Title: Re: (RADIATOR) CalledStation.pm Hello Tom - You can do this very easily with multiple AuthBy clauses, as has been discussed many times on this mailing list. # define AuthBy SQL for accounting # note empty AuthSelect to disable authentication AuthBy SQL Identifier SQLAccounting

(RADIATOR) Re: Using client list identifiers in handler

2001-07-11 Thread Hugh Irvine
Hello Griff - If you just add the IDENTIFIER field to the list of fields in the select (at the end of the list), it will work (in Radiator 2.18.2): select NASIDENTIFIER,SECRET,IGNOREACCTSIGNATURE,DUPINTERVAL, \ DEFAULTREALM,NASTYPE,SNMPCOMMUNITY,LIVINGSTONOFFS, \

RE: (RADIATOR) problem about radiator server

2001-07-11 Thread Hugh Irvine
Hello Todd - What is the problem? thanks Hugh At 8:17 -0700 01/7/9, Todd Dokey wrote: That is essentially the same error I am getting, only it isn't recognising localhost, either as localhost or as 127.0.0.1 -even though there is an entry for it in radius.cfg === Archive at

(RADIATOR) Radiator with SQL Server 2000

2001-07-11 Thread Mike McCauley
--- Forwarded mail from [EMAIL PROTECTED] From: [EMAIL PROTECTED] Date: Tue, 10 Jul 2001 23:56:40 -0500 To: [EMAIL PROTECTED] Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [Daud Yusof [EMAIL PROTECTED]] From [EMAIL PROTECTED] Tue Jul 10 23:56:40 2001 Received: from

(RADIATOR) AuthBy Radius, limiting Calling ID stations

2001-07-11 Thread lloyd
hi there, this is what we have right nowwe have this radius that does authentication...our radius also does proxying to other radius by AuthBy Radius clause...our problem right now is how do we limit the users say user01@realm1 from dialling at Calling-Station-Id, say 1234? the complication:

(RADIATOR) SQL Server 2000

2001-07-11 Thread Daud Yusof
Hi there, I know that radiator works with MSSQL Server 7 but what about SQL Server 2000 ? Has anybody tried this config ? No reason it should not, right ? Thanks === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL

RE: (RADIATOR) SQL Server 2000

2001-07-11 Thread Chris Given
Yes, it does. Try the driver at www.merant.com (This driver is not free, but its not a proxy driver like most others either) -Original Message- From: Daud Yusof [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 7:01 AM To: Radiator Subject: (RADIATOR) SQL Server 2000 Hi there,

RE: (RADIATOR) accept all auth-req

2001-07-11 Thread julio . prada
Hi, you can include a group in your Realm like this: Realm xxx AuthBy GROUP_Identifier . . /Realm and your group could be compose of two AuthBy authenticators: AuthBy GROUP AuthByPolicy ContinueUntilAccept Identifier GROUP_Identifier AuthBy

RE: (RADIATOR) IMPORTANT - MaxSessions problem in Radiator 2.18

2001-07-11 Thread Dmitry Kopylov
Hello, We run ver. 2.18 and I think we have mentioned problem with the MaxSession but I can't find any patches in the patch area. Can I count on help? regards, Dmitry Kopylov Network Architect ISP/DSL BBned Saturnusstraat 40-44 2132 HB Hoofdorp Phone: +31 23 5659953 Fax: +31 23 5633356

Re: (RADIATOR) Using Radiator for WholesaleDialupandSessionDatabase

2001-07-11 Thread Tom Daly
The DNIS defines who the call belongs to. Each wholesaler is given each a unique DNIS. --Tom - Original Message - From: Hugh Irvine [EMAIL PROTECTED] To: Tom Daly [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 2:56 AM Subject: Re: (RADIATOR) Using Radiator for

(RADIATOR) changing the realm.

2001-07-11 Thread Griff Hamlin
Hello all, I am trying to take the username (including realm or not) that comes in from the packet, strip the realm and then put on a new one based on the radius client that is providing the packet. I have the following in a client block: Client 127.0.0.1 RewriteUsername s/^([^@]+).*/$1/

RE: (RADIATOR) IMPORTANT - MaxSessions problem in Radiator 2.18

2001-07-11 Thread Hugh Irvine
Hello Dmitry - You should just upgrade to Radiator 2.18.2. regards Hugh At 17:43 +0200 01/7/11, Dmitry Kopylov wrote: Hello, We run ver. 2.18 and I think we have mentioned problem with the MaxSession but I can't find any patches in the patch area. Can I count on help? regards, Dmitry

Re: (RADIATOR) AuthBy Radius, limiting Calling ID stations

2001-07-11 Thread Hugh Irvine
Hello Lloyd - I would suggest that you use the AuthBy PORTLIMITCHECK clause before proxying the request. Note that you will need to use a SessionDatabase SQL to be able to use AuthBy PORTLIMITCHECK. hth Hugh At 14:56 +0800 01/7/11, lloyd wrote: hi there, this is what we have right

Re: (RADIATOR) LDAP_NO_SUCH_OBJECT. Disconnecting with Radiatorand Netscape LDAP server

2001-07-11 Thread Hugh Irvine
Title: Re: (RADIATOR) LDAP_NO_SUCH_OBJECT. Disconnecting with Hello Sajida - The first thing to do is upgrade to Radiator 2.18.2. Then I will need to see a copy of your configuration file (no secrets) together with the trace 4 debug. From what you show below, it looks like the object you are

Re: (RADIATOR) changing the realm.

2001-07-11 Thread Hugh Irvine
Hello Griff - As has been mentioned elsewhere, Realm is not an attribute, rather it is the suffix on a username after the @ sign. hth Hugh At 9:50 -0700 01/7/11, Griff Hamlin wrote: Hello all, I am trying to take the username (including realm or not) that comes in from the packet, strip

Re: (RADIATOR) Using Radiator forWholesaleDialupandSessionDatabase

2001-07-11 Thread Hugh Irvine
Hello Tom - If you are using different CalledStationId's, then you can use a RewriteUsername to add the realm and use the special characters %n and %u to store both forms of the username in the session database (you will have to add a field for the rewritten one). Then you can use custom

Re: (RADIATOR) RV: DBD Error

2001-07-11 Thread Hugh Irvine
Hello Enrique - We have not seen this problem before. It is probably something to do with the DBD-Oracle module. Have you tried different versions? regards Hugh At 17:00 +0200 01/7/10, [EMAIL PROTECTED] wrote: Hello, First time I send a access-request to my radiator server after

Re: (RADIATOR) accept all auth-req

2001-07-11 Thread Chairarth K
Hi Jules Thanks for your advice. Regards, Chairath [EMAIL PROTECTED] wrote: Hi, you can include a group in your Realm like this: Realm xxx> AuthBy GROUP_Identifier . . /Realm> and your group could be compose of two AuthBy authenticators: AuthBy GROUP> AuthByPolicy ContinueUntilAccept