raddebug
high-performance and highly configurable RADIUS server
Install
- All systems
-
curl cmd.cat/raddebug.sh
- Debian
-
apt-get install freeradius
- Ubuntu
-
apt-get install freeradius
- Alpine
-
apk add freeradius
- Arch Linux
-
pacman -S freeradius
- Kali Linux
-
apt-get install freeradius
- CentOS
-
yum install freeradius
- Fedora
-
dnf install freeradius
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install freeradius
- Raspbian
-
apt-get install freeradius
- Dockerfile
- dockerfile.run/raddebug
- Docker
-
docker run cmd.cat/raddebug raddebug
powered by Commando
freeradius
high-performance and highly configurable RADIUS server
FreeRADIUS is a high-performance RADIUS server with support for: - Authentication by local files, SQL, Kerberos, LDAP, PAM, and more. - Powerful policy configuration language. - Proxying and replicating requests by any criteria. - Support for many EAP types; TLS, PEAP, TTLS, etc. - Many vendor-specific attributes. - Regexp matching in string attributes. and lots more.
librad0-tools
tools for rapid application development library
radlib is a C language library developed to abstract details of interprocess communications and common linux/unix system facilities so that application developers can concentrate on application solutions. It encourages developers (whether expert or novice) to use a proven paradigm of event-driven, asynchronous design. By abstracting interprocess messaging, events, timers, and any I/O device that can be represented as a file descriptor, radlib simplifies the implementation of multi-purpose processes, as well as multi- process applications. This is a package containing some tools.