Hi,

I am planning to develop a patch for dialupadmin so i can use radippool tablo 
for Rlm_sqlippool. I just wanted to be sure what to add to the GUI - 
dialupadmin-

1) There must a a new tab to add IP addresses to the radippool table. At 
http://wiki.freeradius.org/Rlm_sqlippool IP addresses are added like:


INSERT INTO radippool (pool_name, framedipaddress) VALUES ('main_pool', 
'192.168.0.1');
INSERT INTO radippool (pool_name, framedipaddress) VALUES ('main_pool', 
'192.168.0.2');
INSERT INTO radippool (pool_name, framedipaddress) VALUES ('main_pool', 
'192.168.0.3');
INSERT INTO radippool (pool_name, framedipaddress) VALUES ('main_pool', 
'192.168.0.4


2) The code  must edit radgroupcheck table (Not radgroupreply since it is a 
control attribute not a reply attribute) to add the group to the related pool 
(for example main_pool) just like in


http://lists.cistron.nl/pipermail/freeradius-users/2006-October/057508.html

Is there any additional steps that needs to be implemented? 


BTW am I right about radgroupcheck is used for Control Attributes but 
radgroupreply is used for reply attributes?


Best Regards.



  

-- 
Best regards,
 Omer                          mailto:[EMAIL PROTECTED]
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to