(RADIATOR) AuthBy Group, AuthBy Radius and DefaultReply problem

2001-05-08 Thread Christophe Lestienne
Hello!, I have a problem with a Radiator 2.17.1 running on Perl 5.5.3 on SunOS 5.8 (although I don't the problem is version related). For some of our users, we have to chain authenticators in order to retrieve their authorization from a LDAP server while their authentication is done through an A

(RADIATOR) Archive test, please ignore

2001-05-08 Thread Mike McCauley
Archive test, please ignore -- Mike McCauley [EMAIL PROTECTED] Open System Consultants Pty. LtdUnix, Perl, Motif, C++, WWW 24 Bateman St Hampton, VIC 3188 Australia http://www.open.com.au Phone +61 3 9598-0985 Fax +61 3 9598-095

No Subject

2001-05-08 Thread Mike McCauley
Archive test, please ignore === 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) archive test

2001-05-08 Thread Mike McCauley
Archive test, please ignore === 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) archive test

2001-05-08 Thread Mike McCauley
Archive test, please ignore === 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) different Session DB

2001-05-08 Thread Andrew L. Davydov
Hello all! How can I use different Session DB for some Realm or Handler ? Or how can I redefine Simultaneous-Use user's parametr by global in Realm ? -- Mr. Andrew L. Davydov Network Coordinator & NE Tel/Fax: +7 095 362-8569 === Archive at http://www.open.com.au/archives/radiator/ Anno

(RADIATOR) Handlers

2001-05-08 Thread Jared Reimer
Hello.. Forgive my cluelessness; I am new to Radiator and am evaluating it for use in a production environment. I have found it useful to use regular expressions in handlers, and am now wondering: Is it possible to make arbitrarily complex handlers, e.g. handlers that do something like this:

Re: (RADIATOR) Handlers

2001-05-08 Thread Mariano Absatz
I've never done it, but it should be something like: Identifier FileAuthenticator ...(the stuff you need to authenticate from your file) AuthBy FileAuthenticator AuthBy FileAuthenticator AuthBy FileAuthenticator ... AuthBy FileAuthenti

Re: (RADIATOR) kill -1 radiator / logfile name

2001-05-08 Thread Mariano Absatz
Mike, coming back to a subject from a couple of weeks ago... El 24 Apr 2001, a las 10:25, Mike McCauley escribió: > Hello Mariano, > > Looks like the main problem left is that when you do a kill -1, some of the > loggers stop? > > This problem was fixed recently. You need to ge the new Log.

(RADIATOR) Compile Problem BSDi

2001-05-08 Thread Jesus Duarte
I am using BSDi 4.0.1 with PERL 5.005_03 and Digest-MD5-2.13 installed. I am trying to install Radiator-Demo-2.18 but with little success. When I run Makefile.PL I get Warning: prerequisite MD5 1.7 not found at (eval 1) line 220. I ran make anyway and there were no reported problems.

(RADIATOR) ORA-03113: end-of-file on communication channel (DBD ERROR: OCIStmtExecute/Describe)

2001-05-08 Thread Mariano Absatz
Mike, Hugh, I am getting the following error: ORA-03113: end-of-file on communication channel (DBD ERROR: OCIStmtExecute/Describe) and now that I see it, is the same after the kill -HUP I sent you 'bout an hour ago... So maybe the problem isn't with kill -HUP but with Oracle DBD or, most pr

(RADIATOR) Simultaneous Dialup question

2001-05-08 Thread Griff Hamlin
Hello all, I believe that Radiator uses SNMP to querry routers and determine whether or not a user that is currently dialed up and in the database (the session database, in this case and SQL database) really is logged in or not. At least, this is my understanding and my log files seem to confirm

Re: (RADIATOR) AuthBy Group, AuthBy Radius and DefaultReply problem

2001-05-08 Thread Hugh Irvine
Salut Christophe - The problem you describe below is due to the implementation of the AuthBy RADIUS clause, which is asynchronous and returns immediately with a status of Ignore. Hence you cannot set up your configuration file as you show below because the ContinueWhileAccept will not operate

Re: (RADIATOR) Handlers

2001-05-08 Thread Hugh Irvine
Hello Jared - Mariano is quite correct - if you just define a single AuthBy FILE with an Identifier, you can then refer to that AuthBy from any Handler (or Realm). Note that by definition, the condition in a clause is a logical AND. If you want to do things differently you should consider wr

Re: (RADIATOR) different Session DB

2001-05-08 Thread Hugh Irvine
Hello Andrew - We are unable to answer any of your questions until you finalise your purchase arrangements with our Sales organisation (cc'd on this mail). regards Hugh On Wednesday 09 May 2001 01:48, Andrew L. Davydov wrote: > Hello all! > > How can I use different Session DB for som

Re: (RADIATOR) Simultaneous Dialup question

2001-05-08 Thread Hugh Irvine
Hello Griff - The way to do this is by configuring the appropriate NasType in your Client clauses. Have a look at section 6.5.5 in the Radiator 2.18.1 reference manual. hth Hugh On Wednesday 09 May 2001 08:41, Griff Hamlin wrote: > Hello all, > > I believe that Radiator uses SNMP to querry

RE: (RADIATOR) Clarification On Installing V.2.18.1 To V.2.18

2001-05-08 Thread Ingvar Berg (EIP)
An additional thing that I have found useful is to put the raddb directory with config files directly below the ditribution directory. Like F:\Radiator\Radiator-2.18\raddb. This way, you can revert to the old state, including whatever config was required then. /Ingvar -Original Message-

Re: (RADIATOR) Clarification On Installing V.2.18.1 To V.2.18

2001-05-08 Thread Hugh Irvine
Hello Ingvar - Has it warmed up a bit since I saw you in Stockholm? Another approach (that I use) is to use symbolic links for both the Radiator release directory and the configuration file, so my start up scripts and so on do not have to change. regards Hugh On Wednesday 09 May 2001 15:51

RE: (RADIATOR) Clarification On Installing V.2.18.1 To V.2.18

2001-05-08 Thread Ingvar Berg (EIP)
Hello Hugh, Nothing wrong with the wheather nowadays, +20 and sunny. Just about enough to keep the polar bears off the streets... Then to the serious business - the reason for my copying the old raddb directory to the new Radiator distribution is just that I like to be able to go back to the

Re: (RADIATOR) Clarification On Installing V.2.18.1 To V.2.18

2001-05-08 Thread Hugh Irvine
Hello Ingvar - I keep the old configuration files too - I just change the sym-link to point to the current one. Either approach is fine - I was simply adding other alternatives to the discussion. cheers Hugh On Wednesday 09 May 2001 16:58, Ingvar Berg (EIP) wrote: > Hello Hugh, > > Nothing