RE: [Emerald] Radius 2.5 Connect-Info Question

New Message Reply Date view Thread view Subject view Author view
Dale E. Reed Jr. (daler@iea-software.com)
Wed, 6 Nov 2002 15:07:50 -0800



From: "Dale E. Reed Jr." <daler@iea-software.com>
Subject: RE: [Emerald] Radius 2.5 Connect-Info Question
Date: Wed, 6 Nov 2002 15:07:50 -0800
Message-ID: <LAELKJHLOBGMNAFCOPIEEEHDCCAA.daler@iea-software.com>

> When in debuging view I see the response from my modem pool
> (Total control HiperArc) listed as Connect-Info = 53333 for
> example. Yet in the SQL insert statement the value 34 is
> written to the serverports table.
>
> Naturally in the Online view, the 33 is displayed.
>
> So, how do I get the 53333 translation of 34 written to the
> database?
>
> The Connect-Info Attribute exists:
> type integer
> name 3com/USR
> Type 36899
>
> and the attribute values exist, I believe I had to add these
> to get as far as I am now.

What you are doing is Renaming the USR Vendor Specific Attribute to be like Connect-Info. The real issue is that one is a string
(RADIUS Standard Connect-Info) and the other is an integer/number
(USR). RadiusNT just puts the number into the Connect-Info string and doesn't know what the actual values are.

The Map Attribute features of RadiusNT 4 allow you to map attributes to another (like above) and does know about the values list and can put the actual 53333 string in there rather than just the number, as it can handle the type changes correctly.

Dale



New Message Reply Date view Thread view Subject view Author view
This archive was generated on Wed Nov 06 2002 - 14:48:04 Pacific Standard Time