An open API service indexing awesome lists of open source software.

https://github.com/davidjeddy/naabs

Web application interface for FreeRADIUS controlled network access.
https://github.com/davidjeddy/naabs

Last synced: 2 months ago
JSON representation

Web application interface for FreeRADIUS controlled network access.

Awesome Lists containing this project

README

        

Network Access And Billing System (naabs)

###Dependances:###
PHP, MySQL 5+, root/sudo access (for install)

###Install###
###Easy###

Create a home dir for the application (/var/www/html/naabs for example).

Populate config.php with correct information.
At the terminal run: `sudo php install.php` from the applications home dir.

Log ito your RDBM of choice, select your radius DB.
Run the user data SQL file (./install/user_data_tbo.sql).

If this does not work. Open install.php and manually step through the process.