mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
11 lines
265 B
Text
11 lines
265 B
Text
if PACKAGE_mosquitto-auth-plugin
|
|
|
|
config MOSQUITTO_AUTH_PAM_SUPPORT
|
|
bool "Enable support of Linux PAM module for Authentication"
|
|
default y
|
|
|
|
config MOSQUITTO_AUTH_SUBNET_ACL_SUPPORT
|
|
bool "Enable support for IP/Subnet based Access Control rules"
|
|
default n
|
|
|
|
endif
|