ocserv: updated to 1.3.0
[feed/packages.git] / net / ocserv / Config.in
1 # ocserv avanced configuration
2
3 menu "Configuration"
4 depends on PACKAGE_ocserv
5
6 config OCSERV_PAM
7 bool "enable PAM"
8 default n
9
10 config OCSERV_SECCOMP
11 bool "enable seccomp"
12 depends on !arc
13 default n
14
15 config OCSERV_RADIUS
16 bool "enable radius authentication"
17 default n
18
19 config OCSERV_LIBOATH
20 bool "enable OTP"
21 default n
22
23 config OCSERV_PROTOBUF
24 bool "use external libprotobuf"
25 default y
26
27 endmenu