From 2c6abe985ea467477fb35863134914d08d78230c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Vyb=C3=ADhal?= Date: Fri, 21 Aug 2020 12:29:51 +0200 Subject: testing/radsecproxy: new aport https://github.com/radsecproxy/radsecproxy radsecproxy is a generic RADIUS proxy that supports both UDP and TLS (RadSec) RADIUS transports. testing/ --- testing/radsecproxy/radsecproxy.confd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/radsecproxy/radsecproxy.confd (limited to 'testing/radsecproxy/radsecproxy.confd') diff --git a/testing/radsecproxy/radsecproxy.confd b/testing/radsecproxy/radsecproxy.confd new file mode 100644 index 0000000000..b831e90361 --- /dev/null +++ b/testing/radsecproxy/radsecproxy.confd @@ -0,0 +1,11 @@ +# Configuration for /etc/init.d/radsecproxy + +# Path of the main configuration file. +cfgfile="/etc/radsecproxy/radsecproxy.conf" + +# command to run +command=/usr/bin/radsecproxy + +# radsecproxy arguments for $command +# can append -d as debug level (1-5) +command_args="-c $cfgfile" -- cgit v1.2.1