Re: (RADIATOR) Some fun things we stuck in our Radiator

2000-11-09 Thread Hugh Irvine
Hi Dave - Did you mean to add the source modules to this mail? thanks Hugh At 16:55 -0600 00/11/8, Dave Lloyd wrote: >Here's a couple more handy little things we put into our Radiator >server: > >- USR1Hook and USR2Hook: I don't much use dynamic log level changes, so >I added these global con

Re: (RADIATOR) Multiple Radiator Servers issue

2000-11-09 Thread Hugh Irvine
Hello Lincoln - At 10:47 +1100 00/11/9, Lincoln Broomhall wrote: >Hi, > >We have two radiator servers, each with their own MSSQL server connected via >MSSQL replication. One radiator server is our primary and the other is the >secondary handling overflow (or in the case of the primary being down

(RADIATOR) Managing multiple realms.

2000-11-09 Thread Chris Keladis
Hi folks, I am configuring my Radiator systems (2.16.1) with many realms as i have different "business units" i want to authenticate from the same database. (Oracle). (I also have many different clauses, whereby i want certain realms logging in from a certain place, to only have successfull acce

Re: (RADIATOR) Some fun things we stuck in our Radiator

2000-11-09 Thread Dave Lloyd
Hugh Irvine wrote: > > Hi Dave - > > Did you mean to add the source modules to this mail? I suppose I could... The difficulty is that we have other customizations, so it's difficult to extract just those changes that are relevant to other people (as I am not quite a CVS expert :-) but here's t

(RADIATOR) Questions on creating AuthBy's

2000-11-09 Thread Viraj Alankar
Hello, I am inheriting AuthFILE to create a modified version. I have the following at the top of my .pm file: package Radius::AuthFILE_AND_LOG; use Radius::AuthFILE; use strict; use vars qw($VERSION @ISA); BEGIN { @ISA = qw(Radius::AuthFILE); } My question is do I have to

Re: (RADIATOR) (Fwd) BOUNCE radiator@open.com.au: Non-membersubmission from ["Rishi SUMBAL" ]

2000-11-09 Thread Hugh Irvine
Hello Rishi - >Hi !! > >We've got 2 radius proxy and 2 radius server. The first log is the radius >proxy and the second one is the radius server. >The attribute Ascend-Assign-IP-Pool = 1 disappear between the server and the >proxy !! There is no Strip... in the corresponding AuthBySQL on the se

Re: (RADIATOR) PasswordLogFilename and non-existant users

2000-11-09 Thread Hugh Irvine
Hello Viraj - At 17:03 -0500 00/11/8, Viraj Alankar wrote: >Hello, > > We have a situation where we would like to attempt authentication >via SQL and if that fails, to log the attempt, and send an access accept >anyhow. Basically it will be free authentication, but I'd like to know >what r

RE: (RADIATOR) AuthSelect spinning

2000-11-09 Thread Hugh Irvine
Hello Lisa - At 10:22 +0100 00/11/9, Lisa Goulet wrote: >Hi Hugh, > >Thanks for your response. Here is my radmin.cfg file. The AuthSelect clause >looks a little different from the original posting, I've been trying >different things. Basically, I want the SQL query to fail when the CLI is in >t

Re: (RADIATOR) Questions on creating AuthBy's

2000-11-09 Thread Dave Lloyd
Viraj Alankar wrote: > > Hello, > > I am inheriting AuthFILE to create a modified version. I have the > following at the top of my .pm file: > > package Radius::AuthFILE_AND_LOG; > use Radius::AuthFILE; > use strict; > > use vars qw($VERSION @ISA); > BEGIN > { > @ISA = qw(Radius::A

(RADIATOR) One suggestion, and one idea...

2000-11-09 Thread Dave Lloyd
First the suggestion... regarding AuthRADIUS. Right now, when a request is proxied, as far as I can tell, the identifier is chosen by simply adding 1 to the last identifier sent from that AuthBy. I suggest that the behaviour be changed a bit. Make a table that keeps track of what identifiers ha

Re: (RADIATOR) One suggestion, and one idea...

2000-11-09 Thread Hugh Irvine
Hi Dave - Thanks for the suggestion - passed to Mike. And as it happens, Mike has already developed a load balancer module for Hydraweb that does exactly what you describe. :-) regards Hugh At 18:08 -0600 00/11/9, Dave Lloyd wrote: >First the suggestion... regarding AuthRADIUS. > >Right no

(RADIATOR) binding to multiple ports?

2000-11-09 Thread Mike McCauley
--- Forwarded mail from [EMAIL PROTECTED] Date: Fri, 10 Nov 2000 13:10:20 +1100 (EST) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [Steven Ames <[EMAIL PROTECTED]>] >From mikem Fri Nov 10 13:10:13 2000 Received: by oscar.open.co

Re: (RADIATOR) Fallback to flatfiles if mysqldb is down

2000-11-09 Thread Viraj Alankar
Hugh Irvine wrote: > > Hello Matthias - > > On Tue, 10 Oct 2000, Matthias Fechner (Temp) wrote: > > Hi, > > > > i want to integrate a complete fallback, if the database isn't working like > > client-auth, user-auth or accounting radiator should be use flatfiles. If > > accounting cannot be write

Re: (RADIATOR) binding to multiple ports?

2000-11-09 Thread Hugh Irvine
Hello Steve - > > > >I need to accept RADIUS auth requests on 1645 and 1812... how would >I go about getting RADIATOR to do this? You would run two copies of Radiator. hth Hugh -- -- Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP,

(RADIATOR) IMPORTANT - multiple accounting records in SQL

2000-11-09 Thread Hugh Irvine
Title: IMPORTANT - multiple accounting records in SQL Hello Edgar, Hello Everyone - I have recently come across a clever way to deal with this in the standard AuthBy SQL clause. Here is what to do (you will need to tweak it for your own requirements):     DBSource .     DBUsernam

(RADIATOR) Oracle to_date with integer-date's Date format

2000-11-09 Thread cistron
On 17th October in reply to frederik querry that how to convert integer date to oracle date format, Mike McCauley had mentioned that he should formatted date as mentioned in Radiators manual. AcctColumnDef SDATE,Timestamp, formatted-date,to_date('%e %m %Y %H:%M:%S',DD MM HH24:MI:SS'). When

(RADIATOR) RE: Oracle to_date with integer-date's Date format

2000-11-09 Thread Anheuser, Frederik {POYN~Kaiseraugst}
Hi, my solution was, to define the Oracle SQL statement for entering the accounting data myself (Radiator manual section 6.26.13). I do not use "AcctColumnDef". Thus, I could include the "to_date" function call properly quoted. My configuration: AcctSQLStatement insert into ACCOUNTING (TIMESTA