Re: (RADIATOR) handler matching

2001-09-24 Thread Hugh Irvine
Hello Billy - On Monday 24 September 2001 14:20, Billy Li wrote: > Dear All, > > I have face a problem that I use MAX TNT to connect with the radiator, now, > several problem exist ... > > 1. when I enable DNIS require, I can rather put the two handler in the cfg > file like that ... > > >

Re: (RADIATOR) Large number of handlers

2001-09-24 Thread Hugh Irvine
Hello David - If all you are doing is matching on Called-Station-Id, then I suggest you use the special code included in the goodies directory. The file is called "goodies/CalledStationId.pm" and it does a Realm-like direct table lookup on the Called-Station-Id in the access request. You wil

(RADIATOR) Problem with Duplicate Accounting Records

2001-09-24 Thread Ganbaa
I am having a problem with radiator accounting records.Below I have attached problem. I am using two kind of terminal server. One is Cisco5300, other one is Cisco5400. And Radiator version is : 2.18.1  2001-09-14 09:59:46   08:44:45 2001-09-14 10:00:01   08:44:45 2001-09-14 10:00:16   08:44:4

Re: (RADIATOR) Problem with Duplicate Accounting Records

2001-09-24 Thread Hugh Irvine
Hello Ganbaa - On Monday 24 September 2001 18:34, Ganbaa wrote: > > I am having a problem with radiator accounting records.Below I have > attached problem. I am using two kind of terminal server. One is Cisco5300, > other one is Cisco5400. And Radiator version is : 2.18.1 > 2001-09-14 09:59:46

No Subject

2001-09-24 Thread David Nguyen
unsubscribe RADIATOR David Nguyen HR Net === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.

(RADIATOR) AuthBy SQL

2001-09-24 Thread Quintin
Hi,   I have a problem on AuthBy SQL, I don't want to be authenticated using SQL Database but I just want to insert a value into another self-defined database when the Radiator receives the accouting start.   Trace result --- Mon Sep 24 19:07:54 2001: DEBUG: Handling with Rad

(RADIATOR)

2001-09-24 Thread Usman Tahir
unsubscribe RADIATOR === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.

Re: Re: Fwd: (RADIATOR) WARNING: Bad EAP Message-Authenticator

2001-09-24 Thread Dave Albertson
Hello all, Mike and Hugh, I forgot to tell you in my first note that I did try IgnoreAcctSignature IgnoreAcctSignature yes IgnoreAcctSignature no IgnoreAcctSignature 0 in the default client handler (the only client handler) to no avail. Gave the same error >>Wed Sep 19 12:17:32 2001: WARNING: B

(RADIATOR) using stored procedures...

2001-09-24 Thread Mariano Absatz
Hi there... I am wondering... is there any way to replace queries in the config file with calls to stored procedures _with_detached_parameters_? That is, I want to say, for instance, instead of: FailureQuery INSERT INTO AUTH_LOG \ (TIME_STAMP,USERNAME,PASSWORD,REASON) \ VALUES \ %t,'

(RADIATOR) assign DNS config on radius

2001-09-24 Thread Anton Krall
Guys.. is there a way and how to assign dns entries for a dialup connection at the time of authentication? Using reply-items? Which ones?   Thx   Saludos   Anton Krall Director de Tecnología Inter.net México   ' 5241-7609 Directo  ' 5241-7600 Conmutador ' 04

(RADIATOR) Accounting Table

2001-09-24 Thread GwangHee Yi
Dear, I want to store cdr into mysql accounting table without authentication. I changed a little bit from sql.cfg. I have generated tables with mysqlCreate.sql When I run radius, I got exact log file but accounting table is empty. What's wrong? The below is configuration. Thanks,

Re: (RADIATOR) using stored procedures...

2001-09-24 Thread Mariano Absatz
El 24 Sep 2001, a las 16:37, Mariano Absatz escribió: > Hi there... > > I am wondering... is there any way to replace queries in the config file with > calls to stored procedures _with_detached_parameters_? > > That is, I want to say, for instance, instead of: > > FailureQuery INSERT INTO AUT

(RADIATOR) Steel Belter Radius Shared Secret Problem

2001-09-24 Thread Leon Oosterwijk
All, I'm trying to setup my radiator to anwer a Steel Belter Radius server (SBR) who forwars requests to me. And vica verca. So far this has not working very well. The scenario's: 1: Radiator Server sends a Request to the SBR server 2: SBR Server sends a request to Radiator Server In scenari

(RADIATOR) More Questions..

2001-09-24 Thread Cassidy B. Larson
Here's one that's been setting in the background for a while.. I have a database of usernames..These usernames contain two different domains: xyz.com and abc.com. In certain circumstances [EMAIL PROTECTED] exists as well as [EMAIL PROTECTED] .. Here's what I've gotten working so far.. Authentica

Re: (RADIATOR) Large number of handlers

2001-09-24 Thread Hugh Irvine
Hello David - I neglected to answer your second question yesterday. Include files are only read once at startup (as are hooks), so yes, any changes will require a restart of Radiator. regards Hugh On Monday 24 September 2001 14:46, David Napier wrote: > Hi All :) > > I was wondering if the

Re: (RADIATOR) Accounting Table

2001-09-24 Thread Hugh Irvine
Hello GwangHee - I will need to see a trace 4 debug from Radiator showing what is happening. thanks Hugh On Tuesday 25 September 2001 07:10, GwangHee Yi wrote: > Dear, > > I want to store cdr into mysql accounting table without authentication. > I changed a little bit from sql.cfg. > I have

Re: (RADIATOR) Steel Belter Radius Shared Secret Problem

2001-09-24 Thread Hugh Irvine
Hello Leon - On Tuesday 25 September 2001 07:26, Leon Oosterwijk wrote: > All, > > I'm trying to setup my radiator to anwer a Steel Belter Radius server (SBR) > who forwars requests to me. And vica verca. So far this has not working > very well. > > The scenario's: > > 1: Radiator Server sends a

Re: (RADIATOR) AuthBy SQL

2001-09-24 Thread Hugh Irvine
Hello Quintin - My first question is what is Radiator meant to do with authentication requests? The answer will determine what the best approach will be in the configuration file. Please give me a clear explanation of what you are trying to achieve and I will suggest a suitable means to confi

Re: (RADIATOR) assign DNS config on radius

2001-09-24 Thread Hugh Irvine
Hello Anton - There is no defined radius attrbute to do this. You will need to check with your NAS vendor what they recommend. Ascend uses their own vendor-specifics, and Cisco's use their own avpairs. hth Hugh On Tuesday 25 September 2001 07:14, Anton Krall wrote: > > Guys.. is there a w

Re: (RADIATOR) More Questions..

2001-09-24 Thread Hugh Irvine
Hello Cassidy - The best way to do this is to return the rewitten username that was successfully authenticated in a Class attribute in the Access-Accept. Then you can use the Class attribute in the subsequent accounting requests to record the rewritten username. hth Hugh On Tuesday 25 Sep

(RADIATOR) Feature Request - Shutdown hook

2001-09-24 Thread Robert Thomson
I have an in-memory hash that I'm wanting to flush to disk on shutdown. Ideally, this would be in a shutdown hook. Or is there a recommended way to achieve such things, given the apparent lack (perhaps just to me) of a shutdown hook? Cheers, Rob. === Archive at http://www.open.com.au/archi

Re: (RADIATOR) Feature Request - Shutdown hook

2001-09-24 Thread Hugh Irvine
Hello Rob - How are you going to initiate the shutdown? If it is by sending a signal, you could use a different signal first, such as a SIGHUP or a SIGWINCH, and use either a StartupHook (checking the parameter passed), or use a WINCHHook. In any case, it is easy enough to add a ShutdownHook,