mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/freeradius: new version
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user