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.

26 lines
407 B

10 years ago
10 years ago
10 years ago
10 years ago
  1. # ocserv avanced configuration
  2. menu "Configuration"
  3. depends on PACKAGE_ocserv
  4. config OCSERV_PAM
  5. bool "enable PAM"
  6. default n
  7. config OCSERV_SECCOMP
  8. bool "enable seccomp"
  9. default n
  10. config OCSERV_RADIUS
  11. bool "enable radius authentication"
  12. default n
  13. config OCSERV_PROTOBUF
  14. bool "use external libprotobuf"
  15. default y
  16. config OCSERV_HTTP_PARSER
  17. bool "use external libhttp-parser"
  18. default y
  19. endmenu