mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/freeradius: fix another hiccup; closes #207
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= freeradius
|
||||
PLUGIN_VERSION= 1.0.0
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_COMMENT= RADIUS Authentication, Authorization and Accounting Server
|
||||
PLUGIN_DEPENDS= freeradius3
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
RADIUS_FILES=/var/log/radius.log /var/log/radutmp /var/log/radwtmp
|
||||
RADIUS_DIRS=/usr/local/etc/raddb /var/run/radiusd /var/log/radacct
|
||||
RADIUS_FILES="/var/log/radius.log /var/log/radutmp /var/log/radwtmp"
|
||||
RADIUS_DIRS="/usr/local/etc/raddb /var/run/radiusd /var/log/radacct"
|
||||
RADIUS_USER=freeradius
|
||||
RADIUS_GROUP=freeradius
|
||||
|
||||
|
||||
Reference in New Issue
Block a user