RE: (RADIATOR) Radiator Error Logging

2003-06-19 Thread Ingvar Berg (EAB)
It might also be an option to copy the caller ID to the user ID. Assuming that no 
other part of your system gets confused, of course.

/Ingvar

  -Original Message-
 From: Hugh Irvine [mailto:[EMAIL PROTECTED] 
 Sent: den 19 juni 2003 07:47
 To:   Harrison Ng
 Cc:   '[EMAIL PROTECTED]'
 Subject:  Re: (RADIATOR) Radiator Error Logging
 
 
 
 Hello Harrison - 
 
 The only way I can think of to do this is to write a NoReplyHook and have it log 
 whatever message you require. 
 
 There are some example hooks in the file goodies/hooks.txt. 
 
 regards 
 
 Hugh 
 
 
 
 On Thursday, Jun 19, 2003, at 13:04 Australia/Melbourne, Harrison Ng wrote: 
 
 
 Dear Sir, 
 
 Our radiator generates following messages: 
 INFO: AuthRADIUS: No reply after 0 retransmissions to 123.123.123.123:1813 for void  
 (54) 
 
 Since our customer doesn't need to enter his username, remote access server sends 
 out 'void' for default. 
 Can we customize the message so that it includes Calling-Station-Id attribute? 
 We need to identify which record doesn't arrive remote accounting server. 
 
 The new message will look like this: 
 INFO: AuthRADIUS: No reply after 0 retransmissions to 123.123.123.123:1813 for void 
 (85291234567) (54) 
 
 **where (85291234567) represents Calling-Station-Id attribute 
 
 Thanks for your help in advance! 
 
 Regards, 
 Harrison 
 
 InterScan_Disclaimer.txt 
 
 
 NB: have you included a copy of your configuration file (no secrets),  
 together with a trace 4 debug showing what is happening? 
 
 --  
 Radiator: the most portable, flexible and configurable RADIUS server 
 anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X. 
 - 
 Nets: internetwork inventory and management - graphical, extensible, 
 flexible with hardware, software, platform and database independence. 
 
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.


Re: (RADIATOR) Radiator Error Logging

2003-06-19 Thread Hugh Irvine
Hello Ingvar -

This is a good idea and is easy to do in a PreClientHook (see 
goodies/hooks.txt).

You may also be able to use an AddToRequest in the Client clause.

regards

Hugh

On Thursday, Jun 19, 2003, at 17:52 Australia/Melbourne, Ingvar Berg 
(EAB) wrote:

It might also be an option to copy the caller ID to the user ID. 
Assuming that no other part of your system gets confused, of course.

/Ingvar

 -Original Message-
From:   Hugh Irvine [mailto:[EMAIL PROTECTED]
Sent:   den 19 juni 2003 07:47
To: Harrison Ng
Cc: '[EMAIL PROTECTED]'
Subject:Re: (RADIATOR) Radiator Error Logging


Hello Harrison -

The only way I can think of to do this is to write a NoReplyHook and 
have it log whatever message you require.

There are some example hooks in the file goodies/hooks.txt.

regards

Hugh



On Thursday, Jun 19, 2003, at 13:04 Australia/Melbourne, Harrison Ng 
wrote:

Dear Sir,

Our radiator generates following messages:
INFO: AuthRADIUS: No reply after 0 retransmissions to 
123.123.123.123:1813 for void  (54)

Since our customer doesn't need to enter his username, remote access 
server sends out 'void' for default.
Can we customize the message so that it includes Calling-Station-Id 
attribute?
We need to identify which record doesn't arrive remote accounting 
server.

The new message will look like this:
INFO: AuthRADIUS: No reply after 0 retransmissions to 
123.123.123.123:1813 for void (85291234567) (54)

**where (85291234567) represents Calling-Station-Id attribute

Thanks for your help in advance!

Regards,
Harrison
InterScan_Disclaimer.txt

NB: have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?
--  
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.



NB: have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.


(RADIATOR) Radiator Error Logging

2003-06-18 Thread Harrison Ng
Title: Radiator Error Logging





Dear Sir,


Our radiator generates following messages:
INFO: AuthRADIUS: No reply after 0 retransmissions to 123.123.123.123:1813 for void (54)


Since our customer doesn't need to enter his username, remote access server sends out 'void' for default.
Can we customize the message so that it includes Calling-Station-Id attribute?
We need to identify which record doesn't arrive remote accounting server.


The new message will look like this:
INFO: AuthRADIUS: No reply after 0 retransmissions to 123.123.123.123:1813 for void (85291234567) (54)


**where (85291234567) represents Calling-Station-Id attribute


Thanks for your help in advance!


Regards,
Harrison



** This Email is virus-scanned and identified clean.


Re: (RADIATOR) Radiator Error Logging

2003-06-18 Thread Hugh Irvine

Hello Harrison -

The only way I can think of to do this is to write a NoReplyHook and have it log whatever message you require.

There are some example hooks in the file goodies/hooks.txt.

regards

Hugh



On Thursday, Jun 19, 2003, at 13:04 Australia/Melbourne, Harrison Ng wrote:

Dear Sir,

Our radiator generates following messages:
INFO: AuthRADIUS: No reply after 0 retransmissions to 123.123.123.123:1813 for void  (54)

Since our customer doesn't need to enter his username, remote access server sends out 'void' for default.
Can we customize the message so that it includes Calling-Station-Id attribute?
We need to identify which record doesn't arrive remote accounting server.

The new message will look like this:
INFO: AuthRADIUS: No reply after 0 retransmissions to 123.123.123.123:1813 for void (85291234567) (54)

**where (85291234567) represents Calling-Station-Id attribute

Thanks for your help in advance!

Regards,
Harrison

InterScan_Disclaimer.txt>

NB: have you included a copy of your configuration file (no secrets), 
together with a trace 4 debug showing what is happening?

-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.