Hi,
I love Freeradius-MySQL-Dialupadmin ... It fixed my problem in a very
inexpensive way
have a SuSE 8.2 BOX running Freeradius0.9.3,MySQL 3.23.55-Max, Apache2 and I
want: 

-validate a Username only with the NAS-IP-Address
For example the username "hotel" can only access to the hotspot1(NAS-IP)
with/without any password.
(Need the Username/NAS-IP for accounting purpose)

-misselaneus question with the Colubris Networks CN3000 Wireless Access
Controller 
I don't understant the "AVPair"-->MySQL... 
I have to put the atributte value "Colubris-AVPair" in the radreply (or
radgroupreply) table 

INSERT INTO `radgroupreply` 
(`id`, `GroupName`, `Attribute`, `op`, `Value`, `prio`) VALUES 
(112, 'colubris', 'Colubris-AVPair', ':=',
'default-user-smtp-redirect=smtp.hn', 0),
(113, 'colubris', 'Colubris-AVPair', ':=',
'access-list=all,ACCEPT,tcp,216.236.210.205,80', 0);

Or this way 
INSERT INTO `radgroupreply` 
(`id`, `GroupName`, `Attribute`, `op`, `Value`, `prio`) VALUES 
(112, 'colubris', 'default-user-smtp-redirect', ':=', 'smtp.hn', 0),
(113, 'colubris', 'access-list', ':=', 'all,ACCEPT,tcp,216.236.210.205,80',
0);


Atte.
CC


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to