mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 06:15:39 -04:00
net/freeradius: add counter to +TARGETS (#389)
* bump version * add counter
This commit is contained in:
parent
79cd319ed4
commit
7e2e88c8b3
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= freeradius
|
||||
PLUGIN_VERSION= 1.3.0
|
||||
PLUGIN_VERSION= 1.3.1
|
||||
PLUGIN_COMMENT= RADIUS Authentication, Authorization and Accounting Server
|
||||
PLUGIN_DEPENDS= freeradius3
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
clients.conf:/usr/local/etc/raddb/clients.conf
|
||||
dictionary:/usr/local/etc/raddb/dictionary
|
||||
mods-enabled-counter:/usr/local/etc/raddb/mods-enabled/counter
|
||||
mods-enabled-eap:/usr/local/etc/raddb/mods-enabled/eap
|
||||
radiusd:/etc/rc.conf.d/radiusd
|
||||
radiusd.conf:/usr/local/etc/raddb/radiusd.conf
|
||||
|
|
|
|||
Loading…
Reference in a new issue