Re: (RADIATOR) radiator stops ...

2003-01-30 Thread Hugh Irvine
Hello Mushtaque - I have copied Mike on this mail, but as far as I can see this is a problem caused by either DBD-ODBC or OpenLink. The latest version of Radiator is 3.5, which is the version you should be using if you are upgrading, as I think there is an SQL fix to prevent this sort of loop

Re: (RADIATOR) radiator stops ...

2003-01-30 Thread Mike McCauley
Hello Mushtaque , On Thu, 30 Jan 2003 07:00 pm, Hugh Irvine wrote: > Hello Mushtaque - > > I have copied Mike on this mail, but as far as I can see this is a > problem caused by either DBD-ODBC or OpenLink. I agreee: I think the forst step is to upgrade to the altest version of Radiator, and al

RE: (RADIATOR) radiator stops ...

2003-01-30 Thread Matthew Trout
Title: RE: (RADIATOR) radiator stops ... I'd suggest dumping openlink as well; it's overpriced and the windows side (last time I had to suffer it) was far from production-grade reliability. If you're trying to connect to an MS SQL Server from *n?x, I've found FreeTDS (www.freetds.org) to be fa

Re: (RADIATOR) radiator stops ...

2003-01-30 Thread Dan Melomedman
Matthew Trout wrote: > I'd suggest dumping openlink as well; it's overpriced and the windows side > (last time I had to suffer it) was far from production-grade reliability. If > you're trying to connect to an MS SQL Server from *n?x, I've found FreeTDS > (www.freetds.org) to be far superior, and a

Re: (RADIATOR) Retrieving a hook by filename from inside ClientListSQL

2003-01-30 Thread Toomas Kärner
Hi, Any comments? ... I have the same issue. Rgds. Toomas Kärner - Original Message - From: "Claudio Lapidus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 07, 2002 12:01 AM Subject: (RADIATOR) Retrieving a hook by filename from inside ClientListSQL > Hello, > > I

(RADIATOR) How to detect used AuthBy while processing Accounting

2003-01-30 Thread Oscar L. Garzón
Hello,   I need to authenticate users from different databases without using a realm, or anything else that could differenciate when a user exists in two databases... So I use three AuthBy sentences for authentication expecting that a user will authenticate if his pair username/password ma

(RADIATOR) Auth only on same realm

2003-01-30 Thread Tom Swenson
I have a newsgroup server that I have told to authenticate with the same realm as my dial in customers. I created special client for this server and then put in an identifier. I thought it would then go to the handler I created to just authenticate only. No accounting or sessions. I'm finding that

RE: (RADIATOR) How to detect used AuthBy while processing Accounting

2003-01-30 Thread Frank Danielson
You could return a value in the Class attribute during the AuthBy and then have a Handler use that value to do the Accounting. Something like this:   # Authentications     Identifier auth1     AddToReply Class="auth1"     Identifier auth2     AddToReply Class="auth2"     Identif

RE: (RADIATOR) How to detect used AuthBy while processing Accounting

2003-01-30 Thread Frank Danielson
I hit the send button on the first message too soon, try something like this- # Authentications Identifier auth1 AddToReply Class="auth1" Identifier auth2 AddToReply Class="auth2" Identifier auth3 AddToReply Class="auth2" # Accounting Identifier acct1

Re: (RADIATOR) Billing Downloads

2003-01-30 Thread Hugh Irvine
Hello Jose - Thanks for the information. My understanding is that Acct-Input-Octets is the number of octets received by the NAS from the client PC, and that Acct-Output-Octets is the number of octets sent by the NAS to the client PC. I would suggest you set up a test bed and do some experimen

Re: (RADIATOR) How to detect used AuthBy while processing Account ing

2003-01-30 Thread Hugh Irvine
Hello Frank, Hello Oscar - Frank is quite correct (again) - this is the way I would deal with the problem too. Thanks Frank. :-) regards Hugh On Friday, Jan 31, 2003, at 05:03 Australia/Melbourne, Frank Danielson wrote: I hit the send button on the first message too soon, try something l

Re: (RADIATOR) Auth only on same realm

2003-01-30 Thread Hugh Irvine
Hello Tom - You should not mix Realms and Handlers in the same configuration file for exactly this reason - Realms are always evaluated first. Change your Realms to Handlers like this: . becomes . Note that Handlers are evaluated in the order they appear in the configuration

Re: Fwd: (RADIATOR) Retrieving a hook by filename from inside ClientListSQL

2003-01-30 Thread Mike McCauley
Hello Claudio and Toomas, On Fri, 31 Jan 2003 09:27 am, Hugh Irvine wrote: > Mikey - > > Could you answer this please? > > ta > > Hugh > > Begin forwarded message: > > From: Toomas Kärner <[EMAIL PROTECTED]> > > Date: Fri Jan 31, 2003 02:36:44 Australia/Melbourne > > To: "Claudio Lapidus" <[EMAI

Re: (RADIATOR) Auth only on same realm

2003-01-30 Thread Tom Swenson
I tried this and I think it will work, but I have to figure out a way to get the default domain in there. Is there an easier way than to put in an identifier for every client and then a handler at the end of my domains to catch all the ones without domains? Thanks again. Tom Swenson - CTO NetConX

Re: (RADIATOR) Retrieving a hook by filename from inside ClientListSQL

2003-01-30 Thread Hugh Irvine
Hello Toomas, Hello Claudio - I have been thinking about this a bit more, and there are alternative approaches that you could consider. The first would be a StartupHook that compiles code with multiple entry points and then patches those entry points into the Client structures that have been

Re: (RADIATOR) Auth only on same realm

2003-01-30 Thread Hugh Irvine
Hello Tom - I don't quite understand your question sorry. Could you give me a bit more detail please? If you want usernames without realms to be treated the same way as those with realms, you can add a DefaultRealm parameter to your Client clauses: # define Client clauses . DefaultRe