(RADIATOR) Multiple Items in the same AcctColumnDef

2002-12-08 Thread Brian Morris
Hi All,

We receive session info from a few different NAS's but I would like to store
all the connection specific information in a single table element.  EG:  I
would like to store the Ascend-Disconnect-Cause as well as the standard
Account-Terminate-Cause into the same table column.

Is this possible to do?  If so, what is the syntax for the ACCTCOLUMNDEF
entry?

Thanks in advance.

Brian Morris


===
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) Multiple Items in the same AcctColumnDef

2002-12-08 Thread Hugh Irvine

Hello Brian -

Yes this is possible, simply specify the AcctColumnDef twice.

Ie:

	.
	AcctColumnDef TERMINATECAUSE, Ascend-Disconnect-Cause
	AcctColumnDef TERMINATECAUSE, Acct-Terminate-Cause
	.

regards

Hugh


On Monday, Dec 9, 2002, at 18:38 Australia/Melbourne, Brian Morris 
wrote:

Hi All,

We receive session info from a few different NAS's but I would like to 
store
all the connection specific information in a single table element.  
EG:  I
would like to store the Ascend-Disconnect-Cause as well as the standard
Account-Terminate-Cause into the same table column.

Is this possible to do?  If so, what is the syntax for the 
ACCTCOLUMNDEF
entry?

Thanks in advance.

Brian Morris


===
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: 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) Multiple Items in the same AcctColumnDef

2002-12-08 Thread Brian Morris
Thanks Hugh,

Just one further question - if one of the NAS's does not return one of the
attributes, will it cause an error?

Regards,  Brian.

- Original Message -
From: Hugh Irvine [EMAIL PROTECTED]
To: Brian Morris [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, December 09, 2002 6:49 PM
Subject: Re: (RADIATOR) Multiple Items in the same AcctColumnDef



 Hello Brian -

 Yes this is possible, simply specify the AcctColumnDef twice.

 Ie:

 .
 AcctColumnDef TERMINATECAUSE, Ascend-Disconnect-Cause
 AcctColumnDef TERMINATECAUSE, Acct-Terminate-Cause
 .

 regards

 Hugh


 On Monday, Dec 9, 2002, at 18:38 Australia/Melbourne, Brian Morris
 wrote:

  Hi All,
 
  We receive session info from a few different NAS's but I would like to
  store
  all the connection specific information in a single table element.
  EG:  I
  would like to store the Ascend-Disconnect-Cause as well as the standard
  Account-Terminate-Cause into the same table column.
 
  Is this possible to do?  If so, what is the syntax for the
  ACCTCOLUMNDEF
  entry?
 
  Thanks in advance.
 
  Brian Morris
 
 
  ===
  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: 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) Multiple Items in the same AcctColumnDef

2002-12-08 Thread Toomas Kärner
Hi Brian,

Probably this is not possible by standard ways of radiator but you can make
a preauthhook where you join these to parameters into one (your own)
parameter and the log it.

Rgds.
Toomas Kärner

- Original Message -
From: Brian Morris [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, December 09, 2002 9:38 AM
Subject: (RADIATOR) Multiple Items in the same AcctColumnDef


 Hi All,

 We receive session info from a few different NAS's but I would like to
store
 all the connection specific information in a single table element.  EG:  I
 would like to store the Ascend-Disconnect-Cause as well as the standard
 Account-Terminate-Cause into the same table column.

 Is this possible to do?  If so, what is the syntax for the ACCTCOLUMNDEF
 entry?

 Thanks in advance.

 Brian Morris


 ===
 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.


===
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.