mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
fe1862d395
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
15 lines
206 B
Plaintext
15 lines
206 B
Plaintext
# ocserv avanced configuration
|
|
|
|
menu "Configuration"
|
|
depends on PACKAGE_ocserv
|
|
|
|
config OCSERV_PAM
|
|
bool "enable PAM"
|
|
default n
|
|
|
|
config OCSERV_PROTOBUF
|
|
bool "use external libprotobuf"
|
|
default y
|
|
|
|
endmenu
|