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.

27 lines
424 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. depends on !arc
  10. default n
  11. config OCSERV_RADIUS
  12. bool "enable radius authentication"
  13. default n
  14. config OCSERV_PROTOBUF
  15. bool "use external libprotobuf"
  16. default y
  17. config OCSERV_HTTP_PARSER
  18. bool "use external libhttp-parser"
  19. default y
  20. endmenu