(RADIATOR) Performance on different plattforms

2000-05-12 Thread Roland Axelsson
Hi everyone, We need a radius solution in our company and I've tested the Radiator for a while on a Linux server. It runs well and seem to be configurable in many ways so we have decided to use it. The staff who are going to run those servers don't think they know enough about Linux though, so th

Re: (RADIATOR) Performance on different plattforms

2000-05-12 Thread Hugh Irvine
Hello Roland - On Fri, 12 May 2000, Roland Axelsson wrote: > Hi everyone, > > We need a radius solution in our company and I've tested the Radiator > for a while on a Linux server. It runs well and seem to be configurable > in many ways so we have decided to use it. > The staff who are going to

(RADIATOR) would this work?

2000-05-12 Thread Brandon
Would this work... Is ... my $network = $request->{AuthBy}->{Identifier};\ a valid expression? If not, is there a way to do this? Identifier option1 ReplyHook {\ my $value = $request->{AuthBy}->{Identifier};\ } === Archive at http://www.sta

Re: (RADIATOR) would this work?

2000-05-12 Thread Hugh Irvine
Hello Brandon - On Fri, 12 May 2000, Brandon wrote: > Would this work... > > Is ... my $network = $request->{AuthBy}->{Identifier};\ > a valid expression? > > If not, is there a way to do this? > > > > Identifier option1 > ReplyHook {\ > my $value = $request

RE: (RADIATOR) Merged ISP's

2000-05-12 Thread Randy Cosby
How do I BEST deal with the fall-through to the next radius if the first fails? Randy > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Hugh Irvine > Sent: Thursday, May 11, 2000 6:14 PM > To: [EMAIL PROTECTED]; Randy Cosby; [EMAIL PROTECTED] > Subje

RE: (RADIATOR) Performance on different plattforms

2000-05-12 Thread Brian Keefe
Roland, We found Linux was 3x faster than Solaris, apparently due to CPU clock speeds. This test did not involve database calls or accounting. It had a tiny user database. So this test basically measured just the performance of Radiator authentication. The clients were pounding it from remote ma

RE: (RADIATOR) Merged ISP's

2000-05-12 Thread Hugh Irvine
Hi Randy - On Sat, 13 May 2000, Randy Cosby wrote: > How do I BEST deal with the fall-through to the next > radius if the first fails? > You would specify multiple Host parameters in the AuthBy RADIUS clauses. Have a look at section 6.25.1 in the Radiator 2.15 reference manual. regards Hugh