Good afternoon. We have developed a new module assigning IP-addresses for our users. It uses a mysql database as IP source. We cannot use default rlm_sqlippool module, because of some additional logic. Major differences between our module and rlm_sqlippool are: * available IP address space is divided into IP ranges * each user belongs to some group (data plan) * on incoming radius auth packet the module searches data plan (by username) * the module takes some IP from IP range attached to this data plan. More detailed flow diagram is attached. We are ready to adopt this module to your requirements and support it in a future. Is it possible to add it to freeradius project?
Konstantin Chekushin wrote:
Good afternoon.
We have developed a new module assigning IP-addresses for our users. It uses a mysql database as IP source. ... We are ready to adopt this module to your requirements and support it in a future. Is it possible to add it to freeradius project?
Sure. Send a patch or "tar" file with the source to your module. Make sure it has the GPL license in the source. Alan DeKok.
can you send me one ? I want to deploy it in my project.Thanks 2010/10/6 Alan DeKok <aland@deployingradius.com>
Konstantin Chekushin wrote:
Good afternoon.
We have developed a new module assigning IP-addresses for our users. It uses a mysql database as IP source. ... We are ready to adopt this module to your requirements and support it in a future. Is it possible to add it to freeradius project?
Sure. Send a patch or "tar" file with the source to your module. Make sure it has the GPL license in the source.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
participants (3)
-
Alan DeKok -
Konstantin Chekushin -
westwood