[freeside] Freeside 1.4.0pre7 & ICRadius 0.18.1

ivan ivan at 420.am
Mon Jan 14 12:31:34 PST 2002


try current CVS - just updated the radcheck and radreply table handling.

On Thu, Jan 10, 2002 at 08:03:39PM +0200, The Wizard wrote:
> 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)
> 
> );
> 
> 
> 
> 

-- 
_ivan



More information about the freeside-users mailing list