(RADIATOR) A couple of questions..

2000-01-14 Thread Christopher Andersson
Good morning!   Perhaps someone can help me:   I am using a Tigris NAS and it sometimes sends Accounting packets with Acct-Status-Type set to Accounting-On. What is this? Also it sometimes sends one with Acct-Status- Type=Alive after one set to Start. Why?   How can I make it let users use t

(RADIATOR) Terminate-Cause, actual meaning of...

2000-02-15 Thread Christopher Andersson
Hello,   Does someone know where to find further explanation regarding the attribute Terminate-Cause's different values?   I've read the Radius spec, but I need to know more about, for example when, exactly, "Lost Carrier" occurs. Basically, what causes the corresponding value? And can this

(RADIATOR) SNMP ,somewhat off topic...

2000-02-17 Thread Christopher Andersson
Hello,   Can anyone point me to some good SNMP resource? Maybe recomend a book? I'm an absolute beginner in this area.   Thanks /christopher    

(RADIATOR) Error message.

2000-05-17 Thread Christopher Andersson
Good day,   I'm all of a sudden getting this error message on the console:   Wed May 17 14:08:09 2000: ERR: sendTo: send failed: No route to hostDBD::mysql::db do failed: You have an error in your SQL syntax near ' 'sendTo: send failed: No route to host')' at line 2 at Radius/SqlDb.pm line 2

Re: (RADIATOR) Error message.

2000-05-18 Thread Christopher Andersson
iator-2.14.1, mySql 3.22.29 and perl v5.005_03 on a RedHat 6.1 Thanks /chris > > Hello Chris - > > On Wed, 17 May 2000, Christopher Andersson wrote: > > > > Good day, > > > > I'm all of a sudden getting this error message on the console: > > > > We

(RADIATOR)

1999-10-05 Thread Christopher Andersson
Hello,   When my PostAuthHook i supposed to run, I get this error message:   Global symbol "$p" requires explicit package name at (eval 21) line 1, chunk 62.   My hook looks like this:    sub {   $p = ${$_[1]}; \my $username = $p->getAttrByNum($Radius::Radius::USER_NAME); \print $u

(RADIATOR) Hooking (Newbee)

1999-10-06 Thread Christopher Andersson
Good day,   OK, Hooking:   My PostAuthHook runs 3 times every time I run radpwtst. I.e. the lines    my $username = ${$_[0]}->getAttrByNum($Radius::Radius::USER_NAME);   print "$username\n"; produces username 3 times on the screen.   I assume once after authentication request, once after ac

(RADIATOR) Auth by Java Class

1999-11-01 Thread Christopher Andersson
Hello,   I need to authenticate my users by calling a class in a java program. I suppose it would be possible using Auth By External, but in that case a new instance of the java program would be created for every authentication - am I right? I don't want that. Nor am I a competent enough per

SV: (RADIATOR) Auth by Java Class

1999-11-01 Thread Christopher Andersson
- Original Message - From: Stuart Henderson <[EMAIL PROTECTED]> To: Christopher Andersson <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, November 01, 1999 2:30 PM Subject: Re: (RADIATOR) Auth by Java Class > > I need to authenticate my users by c

SV: (RADIATOR) Auth by Java Class

1999-11-02 Thread Christopher Andersson
Hello everybody! > > > > I need to authenticate my users by calling a class in a java program. > > > > I suppose it would be possible using Auth By External, but in that > > > > case a new instance of the java program would be created for every I've decided to go with the TCP-socket approach.

(RADIATOR) restartWrapper how-to

1999-01-17 Thread Christopher Andersson
Hello!   Does anyone know how I should use restartWrapper on my Linux RedHat system?   Where (in what file) should restartWrapper -delay 2 \ "/bin/radiusd -config_file /etc/radius.cfg \ -foreground" go? I've tried to put it in /etc/rc.d/rc.local and in in a new file in /etc/rc.d/rc2.d But it

(RADIATOR) Startup

1999-11-29 Thread Christopher Andersson
Good morning!   When I start radiusd, it takes over the terminal window. It sort of locks up, even though it works just fine when given requests from an other window. This happens both on NT4 and RedHat Linux. This has the effect that I cannot start it using the restartWrapper from my rc.loc

SV: (RADIATOR) Startup

1999-11-29 Thread Christopher Andersson
ssage - From: Hugh Irvine <[EMAIL PROTECTED]> To: Christopher Andersson <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, November 29, 1999 11:20 PM Subject: Re: (RADIATOR) Startup > > Hello Christopher - > > On Mon, 29 Nov 1999, Christopher Andersson wrote: