Files

129 lines
2.7 KiB
Plaintext
Raw Permalink Normal View History

2017-07-17 07:44:04 +02:00
FreeRADIUS includes a RADIUS server, a BSD licensed client library, a
PAM library, and an Apache module. In most cases, the word FreeRADIUS
refers to the RADIUS server.
2017-07-06 08:37:11 +02:00
2017-07-17 07:44:04 +02:00
FreeRADIUS is the most widely deployed RADIUS server in the world. It
is the basis for multiple commercial offerings. It supplies the AAA
needs of many Fortune-500 companies and Tier 1 ISPs.
2017-07-06 08:37:11 +02:00
2017-07-17 07:44:04 +02:00
It is also widely used for Enterprise Wi-Fi and IEEE 802.1X network
security, particularly in the academic community, including eduroam.
2017-07-06 08:37:11 +02:00
Plugin Changelog
================
2022-11-15 08:55:50 +01:00
2025-10-22 17:02:44 +02:00
1.9.28
* Add Groups for VLAN assignment
2025-11-04 14:31:00 +01:00
* Add fallback PPSK (contributed by Tobias Perschon)
* Add fallback Tunnel-Password field (contributed by Robert Resch)
2025-10-22 17:02:44 +02:00
2025-01-14 14:49:42 +01:00
1.9.27
* Allow EAP-TLS with multiple CAs (contributed by RasAlGhul)
1.9.26
2025-01-14 14:49:42 +01:00
* Added support for "require_message_authenticator" in client configuration (contributed by Patrick M. Hausen)
1.9.25
* Added support for remote syslog
2024-07-23 11:31:49 +02:00
1.9.24
* Allow ":" character in usernames and passwords (contributed by Chris Helming)
2024-04-03 12:32:03 +02:00
1.9.23
* Support NT hash of user password (contributed by Stuart McLaren)
1.9.22
* Add Proxy configuration page: HomeServer, HomeServerPool, Realm
1.9.21
* Add Certificate, StartTLS and Server port for LDAP Connection
1.9.20
* Remove TTLS-GTC from Default EAP Type (#2421)
1.9.19
* Allow to use LDAP in inner-tunnel (needed for LDAP authentication within 802.1X)
1.9.18
* Added support for fallback VLAN
2021-10-21 16:41:40 +02:00
1.9.17
* Added support for Extreme networks EXOS switch Extreme-Netlogin-Extended-VLAN VSA and policy for GEN2 (contributed by Pasi Suominen)
2021-11-05 08:27:45 +01:00
* Allow setting of minimum TLS version
2021-10-21 16:41:40 +02:00
1.9.16
* Allow user to choose Elliptic Curve in EAP
* Allow client secrets starting with hash sign
1.9.15
* Fixed validation of CIDR for client network ranges
1.9.14
* Updates comments in mods-enabled-eap to match upstream version 3.0.22
* Set TLS minimum version to 1.0 for compatibility with older EAP clients
2021-06-16 15:16:41 +02:00
1.9.13
* Remove LEAP section from configuration
2021-05-26 11:11:05 +02:00
1.9.12
* Fix leading space in freeradius logformat (contributed by nan0)
2021-04-20 10:57:49 +02:00
1.9.11
2021-05-26 11:11:05 +02:00
* Add IPv6 support to client IP
2021-04-20 10:57:49 +02:00
2021-03-28 18:37:46 +02:00
1.9.10
* Add HA config sync
2020-12-15 09:20:16 +01:00
1.9.9
2020-12-15 09:27:04 +01:00
* Create option to set EAP-TTLS-GTC (contributed by Kjeld Schouten-Lebbing)
* Add LDAP reply Mikrotik-Wireless-VLANID and Mikrotik-Wireless-VLANID-type (contributed by foxikmax)
2020-12-15 09:20:16 +01:00
* Fix DHCP support
2020-10-14 13:41:02 +02:00
1.9.8
* Add support for checking TLS certificate names
* Allow / and @ as part of the user-names
* Allow TLS as the default EAP type
1.9.7
* Fix Login-Time validation
1.9.6
2020-03-04 09:32:36 +01:00
* Fix log not properly parsed
2019-12-05 08:01:15 +01:00
1.9.5
* Fix SQLite support
2019-08-26 11:53:04 +02:00
1.9.4
* Add Service-Type to user form
1.9.0
* Add DHCP support, serving only for DHCP relays
* Allow usage of remote MySQL server
2019-03-20 10:42:31 +01:00
* Rework service status UI