mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/freeradius: fix Login-Time validation (#1887)
* Update User.xml * Update Makefile * Update pkg-descr
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user