2014-06-03 16:18:45 +00:00
|
|
|
# ocserv avanced configuration
|
|
|
|
|
|
|
|
menu "Configuration"
|
|
|
|
depends on PACKAGE_ocserv
|
|
|
|
|
|
|
|
config OCSERV_PAM
|
|
|
|
bool "enable PAM"
|
|
|
|
default n
|
|
|
|
|
2015-02-14 12:40:29 +00:00
|
|
|
config OCSERV_SECCOMP
|
|
|
|
bool "enable seccomp"
|
2021-06-02 07:08:24 +00:00
|
|
|
depends on !arc
|
2015-02-14 12:40:29 +00:00
|
|
|
default n
|
|
|
|
|
2015-05-28 18:02:05 +00:00
|
|
|
config OCSERV_RADIUS
|
|
|
|
bool "enable radius authentication"
|
|
|
|
default n
|
|
|
|
|
2014-06-03 16:18:45 +00:00
|
|
|
config OCSERV_PROTOBUF
|
|
|
|
bool "use external libprotobuf"
|
2014-08-25 19:57:03 +00:00
|
|
|
default y
|
2014-06-03 16:18:45 +00:00
|
|
|
|
2014-11-29 18:24:27 +00:00
|
|
|
config OCSERV_HTTP_PARSER
|
|
|
|
bool "use external libhttp-parser"
|
|
|
|
default y
|
|
|
|
|
2014-06-03 16:18:45 +00:00
|
|
|
endmenu
|