Missing line in mssql-schema

Sebastian Heil s3b0 at gmx.de
Wed Feb 11 14:42:38 CET 2009


Hello everybody,

in the mssql-database-schema, there is one line missing.

For the table radacct, in the section "ALTER TABLE [radacct] WITH NOCHECK ADD", there is no information for the column groupname. So, if the accounting packet has no information about the groupname, the insert/update-statement will fail.

The following line in the schema.sql should fix this:

ALTER TABLE [radacct] WITH NOCHECK ADD
     ........
     CONSTRAINT [DF_radacct_GroupName] DEFAULT ('') FOR [GroupName],
     ........

Maybe someone can verify this, and add this to the current development-tree?

Thanks.
-- 
Jetzt 1 Monat kostenlos! GMX FreeDSL - Telefonanschluss + DSL 
für nur 17,95 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a



More information about the Freeradius-Devel mailing list