From c4664f08aca4dd9ade15d5006a4bef53f9f3a6a9 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 11 Aug 2022 11:51:53 +0100 Subject: [PATCH] Clarify use_username_as_clientid is not global --- man/mosquitto.conf.5.xml | 1 + mosquitto.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/man/mosquitto.conf.5.xml b/man/mosquitto.conf.5.xml index 4121a8d4..35e016c8 100644 --- a/man/mosquitto.conf.5.xml +++ b/man/mosquitto.conf.5.xml @@ -1263,6 +1263,7 @@ log_timestamp_format %Y-%m-%dT%H:%M:%S disconnected as not authorised when this option is set to true. Do not use in conjunction with . + This does not apply globally, but on a per-listener basis. See also . Not reloaded on reload signal. diff --git a/mosquitto.conf b/mosquitto.conf index 8da8a59e..10b0406e 100644 --- a/mosquitto.conf +++ b/mosquitto.conf @@ -290,6 +290,7 @@ # authorised when this option is set to true. # Do not use in conjunction with clientid_prefixes. # See also use_identity_as_username. +# This does not apply globally, but on a per-listener basis. #use_username_as_clientid # Change the websockets headers size. This is a global option, it is not