Re: [RadiusNT] "no attributes" error

Dale E. Reed Jr. ( (no email) )
Fri, 15 Sep 2000 10:07:19 -0700

Josh Hillman wrote:
>
> I have two AccountTypes set up in Emerald that have the exact same radius
> attributes configured for each one in RadiusNT Admin, but when someone dials
> up, one of the two account types results with a connection failure. The
> error that's logged is "no attributes". This would make sense to me if
> there were no radius default configured for that account type, but there
> are. Any idea what would cause this?

Check your RadGetATConfigs stored proc. The size of the parameter
is 15, but the DSL name is 17 characters.

> RadATConfigID AccountType RadAttributeID Data Value
> ------------- -------------------- -------------- ------------ -----
> 238 DSL Res. 512/128k 6 Framed-User 2

CREATE PROCEDURE RadGetATConfigs @AccountType varchar(15) AS

There the name is getting truncated to 15 and no match. Modify the
length
to > 17 (20?) and then it should work.

-- 

Dale E. Reed Jr. Emerald and RadiusNT/X__________________________________________IEA Software, Inc. www.iea-software.com

For more information about this list (including removal) go to:http://www.iea-software.com/support/maillists/liststart