From 58c0c0cef486e2246dd9739a50e9d8e7a97d2c3b Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 19 May 2021 14:43:45 +0100 Subject: [PATCH] Document dynsec plugin location for Linux. --- www/pages/documentation/dynamic-security.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/www/pages/documentation/dynamic-security.md b/www/pages/documentation/dynamic-security.md index d0ac5b86..89884cb0 100644 --- a/www/pages/documentation/dynamic-security.md +++ b/www/pages/documentation/dynamic-security.md @@ -299,6 +299,11 @@ plugin path\to\mosquitto_dynamic_security.dll plugin_opt_config_file path\to\dynamic-security.json ``` +On Linux you would expect the plugin library to be installed to +`/usr/lib/x86_64-linux-gnu/mosquitto_dynamic_security.so` or a similar path, +but this will vary depending on the particular distribution and hardware in +use. + It is recommended to use `per_listener_settings false` with this plugin, so all listeners use the same authentication and access control.