diff options
Diffstat (limited to 'net/radsecproxy/files/radsecproxy.conf')
-rw-r--r-- | net/radsecproxy/files/radsecproxy.conf | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/net/radsecproxy/files/radsecproxy.conf b/net/radsecproxy/files/radsecproxy.conf new file mode 100644 index 000000000..33e7e2768 --- /dev/null +++ b/net/radsecproxy/files/radsecproxy.conf @@ -0,0 +1,43 @@ +# Sample radsecproxy configuration + +#Basic options +config options + option include '/etc/radsecproxy.conf' + #option LogLevel '3' + #option LogDestination 'x-syslog:///' + #list ListenUDP '127.0.0.1:1812' + #list ListenTLS '0.0.0.0:2083' + #list ListenTLS '[::]:2083' + +#config tls +# option name 'default' +# option CACertificatePath '/etc/ssl/certs' +# option certificateFile '/etc/ssl/certs/host.example.com.pem' +# option certificateKeyFile '/etc/ssl/private/host.example.com.key.pem' + +#config client +# option name 'localhost' +# option type 'udp' +# option secret 'mysecret' + +#config server +# option name '[2001:db8::1]' +# option type 'tls' +# option secret 'radsec' +# option statusServer '1' + +# Please note that ordering of realm blocks is important + +#config realm +# option name '/myabc\.com$' +# option replyMessage 'Misconfigured client: default realm of Intel PRO/Wireless supplicant!' +# + +#config realm +# option name '/^$/' +# option replyMessage 'Misconfigured client: empty realm!' +# + +#config realm +# option name '*' +# list server '[2001:db8::1]' |