https://github.com/freesteph/radeus
A test project to understand how a RADIUS server can mediate a network
https://github.com/freesteph/radeus
Last synced: 9 months ago
JSON representation
A test project to understand how a RADIUS server can mediate a network
- Host: GitHub
- URL: https://github.com/freesteph/radeus
- Owner: freesteph
- Created: 2019-10-01T15:53:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-16T08:17:07.000Z (over 3 years ago)
- Last Synced: 2025-04-01T17:15:21.642Z (over 1 year ago)
- Language: Ruby
- Size: 17.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* Radix
** Overview
Radix is an attempt at containing a RADIUS server configured with REST
endpoints to perform authentication.
** Components
The project uses docker-compose to orchestrate the different
components:
*** ~./radius~
The folder containing all of the RADIUS server configuration.
*** ~./client~
The folder containing a plain simple distribution used to interact
with the server.
*** ~./endpoints~
The folder contaning the HTTP endpoints used by the server to
authenticate.
** Running
1. Run ~make~ in the root folder;
2. Navigate to ~./client/examples~;
3. Pick any example directory and run ~make~ from within it.