-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
BuildVersion=latest v8.0.1 2023-06-24 13:35:20 | ||
BuildVersion=latest v8.0.1 2023-06-24 14:44:15 | ||
ReleaseVersion=v8.0.1 | ||
BuildTime=2023-06-24 13:35:20 | ||
BuildTime=2023-06-24 14:44:15 | ||
BuildName=toughradius | ||
CommitID=ab5fab4040fb250b1bfabe2e4e7bed03fad458fb | ||
CommitDate=Sat, 24 Jun 2023 11:43:03 +0800 | ||
CommitID=57891460b4b30e61f10dd43145b5657c5359d777 | ||
CommitDate=Sat, 24 Jun 2023 13:35:25 +0800 | ||
[email protected] | ||
CommitSubject=update mod | ||
CommitSubject=2023-06-24 13:35:20 : update module |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## freeRADIUS integration | ||
|
||
|
||
 | ||
|
||
|
||
TOUGHRADIUS integrates the FreeRADIUS API interface, extending its already comprehensive authentication capabilities and providing even more robust solutions to its clients. | ||
Our integration of the FreeRADIUS API allows for seamless integration with existing network infrastructures and enables us to offer a wider range of authentication options to meet the unique needs of our clients. | ||
Whether you require support for 802.1X, Wi-Fi, VPN, or other network access protocols, TOUGHRADIUS has you covered. With our advanced authentication capabilities and integration with FreeRADIUS, our clients can enjoy a secure, reliable, and efficient network management experience. | ||
|
||
|
||
- FreeRadius enables the REST Module to interface with ToughRadius and uses HTTP parameters to pass user information | ||
- Freeradius acts as the core of the RADIUS protocol processing | ||
- Toughradius acts as a function for user management, billing, device management, device configuration management, and more | ||
- Toughradius starts an HTTP server that listens for Freeradius requests and handles user authentication, billing, device management, and more | ||
|
||
> Please refer to [Freeradius Official Documentation](https://networkradius.com/doc/3.0.10/raddb/mods-available/rest.html) |