Re: [RadiusNT] VSA

Dale E. Reed Jr. ( (no email) )
Mon, 15 Mar 1999 15:26:49 -0800

Clancy Knaup wrote:
>
> When I use that PROCEDURE my PPP fails to connect, I get no attribute in the
> log file.

You need to update your database for VSA support. Your current one
is not. Please see this script:

ftp://ftp.iea-software.com/RadiusNT/MSSQL/r25vsa_updt.sql

Basically, you need to set the RadVendorID to 0 where it is null:

Update RadConfigs
Set RadVendorID = 0 Where RadVendorID is NULL
Go

Update RadConfigs
Set RadVendorType = 0 Where RadVendorType is NULL
Go

Update RadATConfigs
Set RadVendorID = 0 Where RadVendorID is NULL
Go

Update RadATConfigs
Set RadVendorType = 0 Where RadVendorType is NULL
Go

-- 

Dale E. Reed Jr. Emerald and RadiusNT__________________________________________IEA Software, Inc. www.iea-software.com

For more information about this list, including removal, pleasesee this URL: http://www.iea-software.com/maillist.html