Re: Fwd: (RADIATOR) cpu-hog bug in AuthRADIUS.pm

2001-12-19 Thread Mike McCauley
Hello Damir, thanks for this patch. I have rolled it in (with some minor changes) for the next release. We really appreciate your contributions. Cheers. > -- Forwarded Message -- > > Subject: (RADIATOR) cpu-hog bug in AuthRADIUS.pm > Date: 14 Dec 2001 15:11:51 +0100 > From: D

(RADIATOR) Data-Filter problems...

2001-12-19 Thread Fernando Caranton Cruz
Hi. I have a problem with a lot of users who uses Data-Filter option (ascend). I use DBM bases and profiles like this: user User-Password = "passwd" Service-Type = Framed-User, NAS-Port-Type = Async, Framed-Protocol = PPP, Framed-MTU = 1500, Framed-Compression = Van-Jacobson-TCP-IP, Ascend-Data

(RADIATOR) Multiple session databases

2001-12-19 Thread David Miller
Hello all: I am wondering if it is possible to have multiple session databases in use at the same time. We currently have our session database setup using IBM's DB2 and it works fine. I am wanting to setup a MySQL database and migrate over to it. During the migration it would be very

(RADIATOR) Access Rejected on AuthBy RADIUS

2001-12-19 Thread Matt Scifo
Hello I have a installation of Radiator 2.19 on a Debian box. My config only has an AuthBy RADUIS clause in a single Handler. Whenever I send a test auth, I get a "Request Denied" with no explaination. The server that I am proxying to is up and in production. I have successfully test authed t

(RADIATOR) Problems with additonal test after an AuthRADIUS

2001-12-19 Thread Stefan . Gruendel
Hello, we are using a one time password generator which has a radius interface. This one is hosted at an outsourcing provider, so I want to maintain local profiles for the different users types. I proxy the authentication request to the OTP radius server and add an additional stage for the prof

(RADIATOR) Please help.

2001-12-19 Thread Sam Cheung
Dear all, Does anyone know how to get authentication info. from 1 external DB server and store DHCP client info. (e.g. ip address, ip pool, leased time, etc.)  to another external DB server if I would like to configure the radiator to lease ip to dailup users. Thanks.   --  Regards,  Sam Cheung

Re: (RADIATOR) Multiple session databases

2001-12-19 Thread Hugh Irvine
Hello David - You cannot use more than one session database in any given Realm or Handler. However you can accomplish the same thing by adding a couple of AuthBy SQL clauses like this: #== # AuthBy SQL clauses # (empty AuthSelect) #== Identifier Accounti

Re: (RADIATOR) Data-Filter problems...

2001-12-19 Thread Hugh Irvine
Hello Fernando - Could you please send me a trace 4 debug from Radiator showing what is happening? I would like to see the reply packet that Radiator is sending back to the NAS. I would also like a copy of the configuration file (no secrets). thanks Hugh On Thu, 20 Dec 2001 04:30, Fernando

Re: (RADIATOR) Please help.

2001-12-19 Thread Hugh Irvine
Hello Sam - Please do not send email to all of the mailing lists - just the Radiator list is sufficient. On Thu, 20 Dec 2001 12:59, Sam Cheung wrote: > Dear all, > > Does anyone know how to get authentication info. from 1 external DB server > and store DHCP client info. (e.g. ip address, ip po

Re: (RADIATOR) Access Rejected on AuthBy RADIUS

2001-12-19 Thread Hugh Irvine
Hello Matt - The only thing I can think of is that you have another in one of your other included files which is overwriting the one you show below. And Radiator always maintains an internal session database which is why you see the "Deleting session " message. hth Hugh On Thu, 20

Re: (RADIATOR) Problems with additonal test after an AuthRADIUS

2001-12-19 Thread Hugh Irvine
Hello Stefan - The problem you have is due to the way the AuthBy RADIUS clause executes which is asynchronously - it always returns to the mainline code immediately. If you want to have an additional AuthBy clause called after the proxied request is replied to, you will need to use a ReplyHoo