Re: (RADIATOR) Y2K: %y results in single '0'

2000-01-04 Thread Ben-Nes Michael
Hi All its probobly timelocal() try: ($sec,$min,$hour,$mday,$month,$year) = localtime(time); print $year."\n"; you get: 100! Mike McCauley wrote: Hi Thomas, Thanks for reporting that. We have fixed it and posted a fixed version of radiusd to the patches area. It also affected %e.

RE: (RADIATOR) Feature Request

2000-01-04 Thread Hugh Irvine
Hello Erik - On Tue, 04 Jan 2000, Erik Meitner wrote: Here is how I have my AuthBy's setup(minus extra junk): AuthBy SYSTEM Identifier System /AuthBy #main users file AuthBy FILE NoDefaultIfFound Identifier MainUser Filename %D/users /AuthBy

RE: (RADIATOR) Feature Request

2000-01-04 Thread Erik Meitner
Hugh said: The Identifier and the Auth-Type must agree. Hi, That is just a typo in my message. Sorry. Erik Hello Erik - On Tue, 04 Jan 2000, Erik Meitner wrote: Here is how I have my AuthBy's setup(minus extra junk): AuthBy SYSTEM Identifier System /AuthBy #main users

(RADIATOR) time.

2000-01-04 Thread Matt Chambers
Hello. For some reason my accounting logs report the wrong time. The radius server has the right time...and as far as I know, Livingston Portmasters don't have a clock...at least, I could not find any commands having to do with time in the command line admin's manual. Anyone know anything

(RADIATOR) Ipass problems

2000-01-04 Thread Mikael Hugo
Does anyone have a solution to this when using ipass 1.5 and the libs from the radiator site: radius2# make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 test.pl 1..6 Can't load 'blib/arch/auto/Ipass/Ipass.so' for module

Re: (RADIATOR) Ipass problems

2000-01-04 Thread Mike McCauley
Hello Mikael, probably you do not have the ipass libraries installed, or installed in the wrong place. In /usr/ipass/lib, I would expect to see something like -rw-r--r-- 1 mikemusers 586082 Sep 18 04:52 libcrypto.a -rw-r--r-- 1 mikemusers 385080 Sep 11 08:26 libip.a

(RADIATOR) subscribe nils@thrijswijk.nl

2000-01-04 Thread Nils Swart
Greets, Nils Swart - [EMAIL PROTECTED] === Archive at http://www.thesite.com.au/~radiator/ To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.

RE: (RADIATOR) Ipass problems

2000-01-04 Thread Mikael Hugo
Sorry - Not that easy :) radius2# ls -la /usr/ipass/lib/ total 813 drwxr-xr-x 2 root wheel 512 Sep 18 1998 . drwxr-xr-x 13 root wheel 512 Jan 4 15:59 .. -rw-r--r-- 1 root wheel 414396 Dec 15 00:57 libcrypto.a -rw-r--r-- 1 root wheel 319788 Dec 15 00:56 libip.a -rw-r--r--

Re: (RADIATOR) Mysql in multiple Realms.

2000-01-04 Thread Hugh Irvine
Hello Matt - On Wed, 05 Jan 2000, Matt Chambers wrote: Hello, I'm trying to setup a seperate realm with radiator for authenticating MegaPOP users. My config looks something like this. Realm DEFAULT Authby SQL source: dbi:mysql:radius1 username: radius dbauth:

Re: (RADIATOR) Mysql in multiple Realms.

2000-01-04 Thread Steve Suehring
This looks to me to be pretty standard. What does a trace level 4 show as the reject reason? Steve -- Steve Suehring Voyager.net Network Operations Systems Engineer -- On Tue, 4 Jan 2000,

(RADIATOR) Issue with NT domain authentication.

2000-01-04 Thread david . taylor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Radiator users, I am hoping that somebody can help me understand an issue that I am having with a Radiator config. From the outset I will say that my experience with RADIUS is rather limited, so please excuse me if I use the wrong words here and

Re: (RADIATOR) Issue with NT domain authentication.

2000-01-04 Thread Mike McCauley
Hi David, I suspect its because you are logging in as ECC\Alphawest2, but the user in your NT user manager is just Alphawest2 (ie without any prefix) If that is the case, you should try logging in as just Alphawest2, or else use a RewriteUsername to strip off the ECC\ prefix. Hope that helps.