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.
- Host: GitHub
- URL: https://github.com/davidjeddy/naabs
- Owner: davidjeddy
- License: other
- Created: 2014-01-24T04:06:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T22:39:45.000Z (about 10 years ago)
- Last Synced: 2025-03-27T18:21:21.987Z (3 months ago)
- Language: JavaScript
- Size: 791 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.MD
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.