net/FreeRADIUS: Fix issue with being unable to specify a CIDR (#2459)

This commit is contained in:
Harrison
2021-07-10 09:52:55 +02:00
committed by GitHub
parent 661be9e95f
commit 70497698e0
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -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
+4
View File
@@ -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>