mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= freeradius
|
||||
PLUGIN_VERSION= 1.9.24
|
||||
PLUGIN_VERSION= 1.9.25
|
||||
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.25
|
||||
|
||||
* Added support for remote syslog
|
||||
|
||||
1.9.24
|
||||
|
||||
* Allow ":" character in usernames and passwords (contributed by Chris Helming)
|
||||
|
||||
@@ -57,3 +57,10 @@ function freeradius_xmlrpc_sync()
|
||||
$result['services'] = ["freeradius"];
|
||||
return array($result);
|
||||
}
|
||||
|
||||
function freeradius_syslog()
|
||||
{
|
||||
return [
|
||||
'freeradius' => ['facility' => ['radiusd']]
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user