Freeside 1.4.0pre7 & ICRadius 0.18.1
The Wizard
wizard at wiz.com.na
Thu Jan 10 10:03:53 PST 2002
Hi all,
Everything seems to work exept that freeside does not append the radcheck table I created in the freeside dbase.The table is still empty - no users...
freeside does insert the information in svc_acct table in the freeside directory.
What must the configuration be to have it going 1 shot ?
Here is how I created the radcheck table:
CREATE TABLE radcheck (
id int(10) DEFAULT '0' NOT NULL auto_increment,
UserName varchar(30) DEFAULT '' NOT NULL,
Attribute varchar(30),
Value varchar(40),
PRIMARY KEY (id),
KEY UserName (UserName)
);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://420.am/pipermail/freeside-users/attachments/20020110/eced1c9d/attachment.htm
More information about the freeside-users
mailing list