0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-07 02:45:28 +00:00
Files
packages/net/ocserv/Config.in
Nikos Mavrogiannopoulos a02a8280c8 ocserv: updated to 1.3.0
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2024-05-06 08:30:19 +02:00

28 lines
403 B
Plaintext

# ocserv avanced configuration
menu "Configuration"
depends on PACKAGE_ocserv
config OCSERV_PAM
bool "enable PAM"
default n
config OCSERV_SECCOMP
bool "enable seccomp"
depends on !arc
default n
config OCSERV_RADIUS
bool "enable radius authentication"
default n
config OCSERV_LIBOATH
bool "enable OTP"
default n
config OCSERV_PROTOBUF
bool "use external libprotobuf"
default y
endmenu