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_unix(5)							 FreeRADIUS Module						       rlm_unix(5)

NAME
rlm_unix - FreeRADIUS Module DESCRIPTION
The rlm_unix module reads crypt(3) passwords from the system password file, and allows the server to use them for authentication. The mod- ule also provides FreeRADIUS an interface into a radwtmp file (used by "radlast") when added to the accounting section. The rlm_unix module does provides the functionality for "Auth-Type = System". The module should be listed in the "authenticate" section. Please see the default radiusd.conf shipped with the server for an example of the correct usage of this module. As of FreeRADIUS 1.1.0, the module no longer reads, or caches /etc/passwd, /etc/shadow, or /etc/group. If you wish to cache those files, see rlm_passwd. Most, if not all, configurations should not need those files to be cached. The main configuration items to be aware of are: radwtmp The path to the system wtmp file to be used for keeping the database of online users as read by the 'radlast' program. CONFIGURATION
modules { ... unix { radwtmp = ${logdir}/radwtmp } ... } SECTIONS
authentication, accounting FILES
/etc/raddb/radiusd.conf, SEE ALSO
radiusd(8), radiusd.conf(5), rlm_passwd(5), radlast(1) AUTHORS
Chris Parker, cparker@segv.org 17 February 2005 rlm_unix(5)