aboutsummaryrefslogtreecommitdiff
path: root/net/radsecproxy/files/radsecproxy.conf
blob: 33e7e2768e2e3f1c8acba9cc5bff2bb48dee939a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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]'