net/freeradius: new version

This commit is contained in:
Franco Fichtner
2025-01-14 14:49:42 +01:00
parent feccd9ce21
commit f76eecd3b7
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= freeradius
PLUGIN_VERSION= 1.9.26
PLUGIN_VERSION= 1.9.27
PLUGIN_COMMENT= RADIUS Authentication, Authorization and Accounting Server
PLUGIN_DEPENDS= freeradius3
PLUGIN_MAINTAINER= m.muenz@gmail.com
+7 -4
View File
@@ -11,13 +11,19 @@ security, particularly in the academic community, including eduroam.
The server is fast, feature-rich, modular, and scalable.
WWW: https://www.freeradius.org
Plugin Changelog
================
1.9.27
* Allow EAP-TLS with multiple CAs (contributed by RasAlGhul)
1.9.26
* Added support for `require_message_authenticator` in client configuration (contributed by Patrick M. Hausen)
* Added support for "require_message_authenticator" in client configuration (contributed by Patrick M. Hausen)
1.9.25
@@ -119,6 +125,3 @@ Plugin Changelog
* Add DHCP support, serving only for DHCP relays
* Allow usage of remote MySQL server
* Rework service status UI
WWW: https://www.freeradius.org
@@ -91,7 +91,7 @@ if (isset($configObj->OPNsense->freeradius)) {
"",
base64_decode((string)$ca->crt)
)));
$pem_content .= "\n";
$ca_pem_content .= $pem_content;
}