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