(RADIATOR) Authenticaton Problems

2002-01-02 Thread Eric Johnson
When I run radpwtst I get three no reply errors in a row. The default user is in the test database. In the log file the error is a bad authenticator. Here is the log file and the config file that I am using. Could someone tell me what I am doing wrong and possibly how to fix it? Wed Jan

RE: (RADIATOR) Authenticaton Problems

2002-01-02 Thread Dave Kitabjian
The problem is that 127.0.0.1 is not a realm, it's a Client. Try changing Realm 127.0.0.1 to Realm DEFAULT and let us know if it works. Dave -Original Message- From: Eric Johnson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 11:21 AM To: [EMAIL

RE: (RADIATOR) Authenticaton Problems

2002-01-02 Thread Eric Johnson
I just tried changing the realm and I am still getting the same error. Only now instead of 127.0.0.1 it shows the realm as default At 03:42 PM 1/2/02 -0500, Dave Kitabjian wrote: The problem is that 127.0.0.1 is not a realm, it's a Client. Try changing Realm 127.0.0.1 to

RE: (RADIATOR) Authenticaton Problems

2002-01-02 Thread Dave Kitabjian
Hmm, not sure why it's not working. Here are two things to try: 1) Restart Radiator completely (you can't always trust the HUP) 2) Try changing Realm DEFAULT ... /Realm to Handler ... /Handler If that doesn't catch everything, I don't know

Re: (RADIATOR) Multiple Check Attributes

2002-01-02 Thread Hugh Irvine
Hello Robert - On Thu, 3 Jan 2002 00:24, Robert Blayzor wrote: That's what I thought, however I am returning these from a database, would I put the regular expression in the database? Here is a clip from my AuthBy.. AuthBy SQL Identifier Auth-NAS DBSource

Re: (RADIATOR) Authenticaton Problems

2002-01-02 Thread Hugh Irvine
Hello Eric - I suspect there are two things wrong - one is your configuration file, which should have the Realm clause changed to look like this: Realm . /Realm The other thing that is wrong is probably because you are not specifiying the correct secret when running radpwtst.

(RADIATOR) radwho

2002-01-02 Thread Barry Andersson
Hi, I'm trying to get the radwho script working but having some problems. Radiator is logging sessions to the mySQL database OK. I've changed the default radwho.cgi commenting out: $dbtype = ; require "dbtype.pm"; and modified the SQL lines as follows: $DBSource =

(RADIATOR) Re: Restricting Hours for Passthrough Users

2002-01-02 Thread Hugh Irvine
Hello Alex - You will need to do this with a hook in the relevant Realm or Handler. There are some example hooks in the Radiator distribution in the file goodies/hooks.txt. regards Hugh On Thu, 3 Jan 2002 12:30, Alex Fritz wrote: Hey, Been going over a problem with restricting hours

Re: (RADIATOR) radwho

2002-01-02 Thread Hugh Irvine
Hello Barry - Check the log file of your web server to see what is wrong. regards Hugh On Thu, 3 Jan 2002 11:27, Barry Andersson wrote: Hi, I'm trying to get the radwho script working but having some problems. Radiator is logging sessions to the mySQL database OK. I've changed the