mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/FreeRADIUS: Fix issue with being unable to specify a CIDR (#2459)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= freeradius
|
||||
PLUGIN_VERSION= 1.9.14
|
||||
PLUGIN_VERSION= 1.9.15
|
||||
PLUGIN_COMMENT= RADIUS Authentication, Authorization and Accounting Server
|
||||
PLUGIN_DEPENDS= freeradius3
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -15,6 +15,10 @@ The server is fast, feature-rich, modular, and scalable.
|
||||
Plugin Changelog
|
||||
================
|
||||
|
||||
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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<model>
|
||||
<mount>//OPNsense/freeradius/client</mount>
|
||||
<description>FreeRADIUS client configuration</description>
|
||||
<version>1.0.1</version>
|
||||
<version>1.0.2</version>
|
||||
<items>
|
||||
<clients>
|
||||
<client type="ArrayField">
|
||||
@@ -15,7 +15,7 @@
|
||||
<secret type="TextField">
|
||||
<Required>Y</Required>
|
||||
</secret>
|
||||
<ip type="HostnameField">
|
||||
<ip type="NetworkField">
|
||||
<Required>N</Required>
|
||||
</ip>
|
||||
</client>
|
||||
|
||||
Reference in New Issue
Block a user