You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.0 KiB

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