blob: cf86bef172f907d2cd443c121ba6e3f7860a62c1 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001# ocserv avanced configuration
2
3menu "Configuration"
4 depends on PACKAGE_ocserv
5
6config OCSERV_PAM
7 bool "enable PAM"
8 default n
9
10config OCSERV_SECCOMP
11 bool "enable seccomp"
12 depends on !arc
13 default n
14
15config OCSERV_RADIUS
16 bool "enable radius authentication"
17 default n
18
19config OCSERV_PROTOBUF
20 bool "use external libprotobuf"
21 default y
22
23config OCSERV_HTTP_PARSER
24 bool "use external libhttp-parser"
25 default y
26
27endmenu