net/freeradius: fix Login-Time validation (#1887)

* Update User.xml

* Update Makefile

* Update pkg-descr
This commit is contained in:
Michael
2020-06-16 09:37:51 +02:00
committed by GitHub
parent a3913891d5
commit 8df04c75d1
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= freeradius
PLUGIN_VERSION= 1.9.6
PLUGIN_VERSION= 1.9.7
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.7
* Fix Login-Time validation
1.9.6
* Fix log not properly parsed
@@ -42,7 +42,7 @@
</vlan>
<logintime type="TextField">
<Required>N</Required>
<mask>/^([0-9a-zA-Z\-]){1,128}$/u</mask>
<mask>/^([0-9a-zA-Z\-\,]){1,128}$/u</mask>
</logintime>
<simuse type="IntegerField">
<Required>N</Required>