FreeNIBS 3.0.0 release candidate 2 (3.x branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News FreeNIBS 3.0.0 release candidate 2 (3.x branch)
# 1  
Old 11-08-2008
FreeNIBS 3.0.0 release candidate 2 (3.x branch)

FreeNIBS is a loadable plugin for the FreeRADIUS radius server. FreeNIBS provides authorization, authentication, and accounting for dial-in (PPP/PPPOE/PPTP) users. It can be used for real-time prepaid and postpaid billing. FreeNIBS can bill users based on service accuration, time, traffic, and both time and traffic. FreeNIBS has very flexible settings for groups, users, and prices. All data is stored in SQL databases such as MySQl, PgSQL, and Oracle. License: GNU General Public License v2 Changes:
The database backend was completely rewritten. PostgreSQL is now used as the only database backend. Many bugs were fixed. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
rlm_attr_rewrite(5)						 FreeRADIUS Module					       rlm_attr_rewrite(5)

NAME
rlm_attr_rewrite - FreeRADIUS Module DESCRIPTION
The rlm_attr_rewrite module provides functionality to rewrite data in radius packets on the fly. This can be useful in authorization and accounting functions. The main configuration items to be aware of are: attribute The name of the attribute that you want to be rewritten searchfor String to be replaced. searchin Where to look for the attribute. Valid values are: packet, reply, proxy, proxy_reply, config replacewith String to replace "searchfor". append Set to yes or no. If set to yes then the replace string will be appended to the original string. ignore_case Set to yes or no. Determines whether search will be case insensitive or case sensitive. new_attribute Set to yes or no. If set to yes, then new attribute will be created with values from "searchin" and "replacewith". Other options will be ignored. max_matches Set the max number of attributes to match against. This is useful if you need to rewrite the value in multiple Vendor Specific Attributes. SECTIONS
authorization, authentication, postauthentication, preaccounting, accounting, preproxy, postproxy FILES
/etc/raddb/radiusd.conf SEE ALSO
radiusd(8), radiusd.conf(5) AUTHOR
Chris Parker, cparker@segv.org 3 February 2004 rlm_attr_rewrite(5)