[freeside] Freeside 1.4.0pre7 & ICRadius 0.18.1
The Wizard
wizard at wiz.com.na
Thu Jan 10 13:11:49 PST 2002
Great that works now after I have changes the permissions to the directory holding the freeside database. Just one more silly question. Where would I setup the radreply items for a certain service ?
Is the radgroupreply not jet implimented in freeside ?
Thanx
----- Original Message -----
From: Edward Shabotinsky
To: ivan-freeside at sisd.com
Sent: Thursday, January 10, 2002 10:07 PM
Subject: Re: [freeside] Freeside 1.4.0pre7 & ICRadius 0.18.1
Hi
have you check svc_acct.export?
you have to run it in order to fill radcheck and radreply with users.
Edward Shabotinsky
System Engineer
BritesiteINet Inc.
---------------------------------
www.bsinet.net
www.britesiteinet.net
lanshark at bsinet.net
----------------------------------
----- Original Message -----
From: The Wizard
To: ivan-freeside at sisd.com
Sent: Thursday, January 10, 2002 12:03 PM
Subject: [freeside] Freeside 1.4.0pre7 & ICRadius 0.18.1
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/54e5c892/attachment.htm
More information about the freeside-users
mailing list