radsecproxy.conf (1042B)
1 # Sample radsecproxy configuration 2 3 #Basic options 4 config options 5 option include '/etc/radsecproxy.conf' 6 #option LogLevel '3' 7 #option LogDestination 'x-syslog:///' 8 #list ListenUDP '127.0.0.1:1812' 9 #list ListenTLS '0.0.0.0:2083' 10 #list ListenTLS '[::]:2083' 11 12 #config tls 13 # option name 'default' 14 # option CACertificatePath '/etc/ssl/certs' 15 # option certificateFile '/etc/ssl/certs/host.example.com.pem' 16 # option certificateKeyFile '/etc/ssl/private/host.example.com.key.pem' 17 18 #config client 19 # option name 'localhost' 20 # option type 'udp' 21 # option secret 'mysecret' 22 23 #config server 24 # option name '[2001:db8::1]' 25 # option type 'tls' 26 # option secret 'radsec' 27 # option statusServer '1' 28 29 # Please note that ordering of realm blocks is important 30 31 #config realm 32 # option name '/myabc\.com$' 33 # option replyMessage 'Misconfigured client: default realm of Intel PRO/Wireless supplicant!' 34 # 35 36 #config realm 37 # option name '/^$/' 38 # option replyMessage 'Misconfigured client: empty realm!' 39 # 40 41 #config realm 42 # option name '*' 43 # list server '[2001:db8::1]'