Re: (RADIATOR) hardware specs

2002-08-15 Thread Hugh Irvine
Hello Ray - This sort of machine is in use at many of our customer sites. Keep in mind that you should have a primary and a secondary for redundancy purposes. regards Hugh On Thursday, August 15, 2002, at 02:27 PM, [EMAIL PROTECTED] wrote: Hello, Can I ask if a Sun Netra T1

Re: (RADIATOR) getting user information running AuthBy Test

2002-08-15 Thread Hugh Irvine
Hello Zack - You could use an AuthSQLStatement in the AuthBy SQL clause to add the user entry. Have a look at section 6.28.14 in the Radiator 3.1 reference manual (doc/ref.html). regards Hugh On Thursday, August 15, 2002, at 11:30 AM, Zack W. Kneisley wrote: Basicly I want to use

(RADIATOR)

2002-08-15 Thread Waheeb Abader - MWeb
unsubscribe Give your child an unfair advantage with M-Web Learning. To join, call 08600 32 000 or click here M-Web JUST LIKE THAT

(RADIATOR) Possible Solution for Double Checking Simultaneous-Use Behind Proxy

2002-08-15 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [Mike Walker [EMAIL PROTECTED]] Date: Wed, 14 Aug 2002 22:32:34 -0500 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From [EMAIL PROTECTED] Wed Aug 14 22:32:34 2002 Received: from

Re: (RADIATOR) Possible Solution for Double Checking Simultaneous-Use Behind Proxy

2002-08-15 Thread Hugh Irvine
Hello Mike - What you describe below has indeed already been implemented by various Radiator customers, and it will work modulo the caveats you describe. You may find mentions on the archive site from a couple of years ago. And I don't think you will need any hook programming - just add a

(RADIATOR) Hello OSC

2002-08-15 Thread David Chang
Hi OSC, We would like to find out, how can we check the version of the Radiator currently installed in our node here in Malaysia. I believe the radiator we have installed needs to have some support. Do we need to have version of the Perl installed in the node? If yes , how do we check the

(RADIATOR) Windows NT RRAS

2002-08-15 Thread Chuck Sine
Has anyone gotten RRAS to run properly using a Radius server The NT radius server doesn't work (malformed packets) The Radiator server logs the request from RRAS but failts to authenticate the password (works with radpwtst everytime!) Any ideas? begin:vcard n:Sine;Chuck

Re: (RADIATOR) Windows NT RRAS

2002-08-15 Thread Hugh Irvine
Hello Chuck - It sounds like the shared secrets are incorrect. If you still have problems, please send me a copy of your configuration file (no secrets), together with a trace 4 debug from Radiator showing what is happening. regards Hugh On Friday, August 16, 2002, at 06:05 AM, Chuck

Re: (RADIATOR) Hello OSC

2002-08-15 Thread Hugh Irvine
Hello David - The Radiator version can be checked by doing: radiusd -v and the Perl version can be checked by doing: perl -v The latest version of Radiator is 3.1 (plus patches). regards Hugh On Friday, August 16, 2002, at 02:57 AM, David Chang wrote: Hi OSC, We

(RADIATOR) Building MySql Db

2002-08-15 Thread Zack W. Kneisley
First I would like to say I feel your software is amazing, I've used IAS that's built into win2k for a while now and think it is so primitive to radiator, I sure wish I knew what I was missing before I began revolving our user base around NT users... I read where you pointed me to but now I would

(RADIATOR) OT: Unix / Radius time to Wall Clock Time

2002-08-15 Thread Brian Morris
Hi All, I need to be able to convert Epoch time to a date/time value - does anyone have a formula or program to do his? Ideally I want to pass in an epoch (Unix) timestamp and get back the Calendar date/time I am sure this has been done a million times before so any help / pointers would be

Re: (RADIATOR) OT: Unix / Radius time to Wall Clock Time

2002-08-15 Thread Hugh Irvine
Hello Brian - Just use the special characters defined in section 6.2 of the Radiator 3.1 reference manual. (doc/ref.html). regards Hugh On Friday, August 16, 2002, at 11:38 AM, Brian Morris wrote: Hi All, I need to be able to convert Epoch time to a date/time value - does anyone

Re: (RADIATOR) Building MySql Db

2002-08-15 Thread Hugh Irvine
Hello Zack - As mentioned previously, an AuthSQLStatement in the AuthBy SQL clause will do the trick. If you really want the database update to happen after the AuthBy NT, you will have to use a hook. You will find some example hooks in the file goodies/hooks.txt. regards Hugh On