Hi, freeradius-users. I create billing based on FreeRadius and PostgreSQL for ISP, and it would be nice to know some about dictionary table that will be probably used in future releases of FreeRADIUS to create compatible billing system. I've found this in db_postgresql.sql in freeradius-1.0.0-pre3 package:
-- -- Table structure for table 'dictionary' -- This is not currently used by FreeRADIUS -- -- CREATE TABLE dictionary ( -- id SERIAL PRIMARY KEY, -- Type VARCHAR(30), -- Attribute VARCHAR(64), -- Value VARCHAR(64), -- Format VARCHAR(20), -- Vendor VARCHAR(32) -- ); so, I'd like to know if it (table) will be used without modifications of field list and surely know what meaning have each field. -- Dmitriy Milashenko mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

