(RADIATOR) restartWrapper and screen

1999-06-16 Thread Anonymous

Anyone using restartWrapper and screen?  I'd like to use restartWrapper but I need to 
be able to start and stop radiator remotely.  I'd like to use screen to do this but I 
am not sure 
how to add that to the startup scripts so it launches radiator on the detached screen 
at bootup.  This is kind of off topic but figured someone here is doing something 
similar.

..Rich

--
Richard W. Hawley - Network Engineer   CyberZone Internet Services
[EMAIL PROTECTED]   942 Main Street
http://www.cyberzone.net   Hartford, CT. 06103



===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) SQL Logging

1999-06-16 Thread Anonymous

Hi John,

I dont think there are any patches relevent to your previous question, but you
may want to check for yourself at
http://www.open.com.au/radiator/downloads/patches-2.13.1/README

Cheers.

On Jun 16,  9:56pm, John Abbott wrote:
 Subject: (RADIATOR) SQL Logging
 Hi Mike,

 I will get some loggs to you if my next move doesn't solve it. Can you let me
know if any updates/patches should be applied, I am using 2.13 out of the
box(so to speek :-)

 regs
 John Abbott


 ===
 Archive at http://www.thesite.com.au/~radiator/
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.
-- End of excerpt from John Abbott



-- 
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-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8, 
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Install mishap on FreeBSD 2.2.8

1999-06-16 Thread Anonymous


Hello,
We were just installing to our production machine and recieve this
error in the make test:

# make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib
-I/usr/local/lib/perl5/5.00502/i386-freebsd -I/usr/local/lib/perl5/5.00502
test.pl
Starting tests...
Starting servers. Please wait...
Undefined subroutine Radius::Realm::reinitialize called at radiusd line
166.
Undefined subroutine Radius::Realm::reinitialize called at radiusd line
166.

This is the most recent Radiator and the patch tarball is that of 14.6.99.
Please advise as how to fix.

Thank You,
Oliver Stockhammer
Systems
The Internet Channel


===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



(RADIATOR) Radiator PostAuthHook

1999-06-16 Thread Anonymous


  Trying to use thePostAuthHook function ot have Radiator generate some
custom logs to give details of all attempted logins. Current PostAuthHook
shown below;

PostAuthHook sub {  my $filename = "/usr/local/radius/logs/testlog"; \

my $time = time; \
my $ctime = localtime($time); \
my $nas_ip = $_[0]-get_attr('NAS-IP-Address'); \
my $phone = $_[0]-get_attr('Called-Station-Id'); \
my $user = $_[0]-get_attr('User-Name'); \
my $r = "NULL"; \
$nas_ip = "POP3 mail" \
if $nas_ip eq "196.14.80.129";\
$r = "DENY" \
if $_[2] == $main::REJECT; \
$r = "ACCEPT" \
if $_[2] == $main::ACCEPT;\
open(LOG, "$filename");\
print LOG "$ctime: UserName \"$user\": Dialed $phone
- $nas_ip - $r\n";  \
close(LOG); }

No compilation errors are reported, however when a request is processed the
log file reports the following error message;

Thu Jun  3 10:30:56 1999: ERR: Error in PostAuthHook(): Can't call method
"get_attr" on unblessed reference at (eval 189) line 1.

Radiator version - 2.13.1
Patched - patches-2.13.1.tar.gz - June 3 1999
Any suggestions on how to overcome this would be greatly appreciated..

Regards

Ian Hughes

+--+
  Ian Hughes - Tech Support/System Admin.
  Hunterlink Pty. Ltd. (Australia)
  1st Floor, 805 Hunter Street
  Dangar, NSW, 2309 Australia
  Phone: +61 2 4969 0122  Fax: +61 2 4969 0133
  E-Mail: [EMAIL PROTECTED]
+--+
  If things get any worse, I'll have to ask you to stop helping me.
+--+



===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.