diff options
author | Josef Vybíhal <josef.vybihal@gmail.com> | 2020-08-21 12:29:51 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-09-20 17:51:16 -0300 |
commit | 2c6abe985ea467477fb35863134914d08d78230c (patch) | |
tree | 852465af0cab2ef2fe60a7555ffa5fbdd2773c9d /testing/radsecproxy/radsecproxy.confd | |
parent | b5da7842e3f9dd7d11e4ffc1f1e805dde02477fc (diff) | |
download | aports-2c6abe985ea467477fb35863134914d08d78230c.tar.gz aports-2c6abe985ea467477fb35863134914d08d78230c.tar.bz2 aports-2c6abe985ea467477fb35863134914d08d78230c.tar.xz |
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/
Diffstat (limited to 'testing/radsecproxy/radsecproxy.confd')
-rw-r--r-- | testing/radsecproxy/radsecproxy.confd | 11 |
1 files changed, 11 insertions, 0 deletions
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" |