mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-09 01:01:11 +08:00
Clarify use_username_as_clientid is not global
This commit is contained in:
parent
02b92b97ef
commit
c4664f08ac
@ -1263,6 +1263,7 @@ log_timestamp_format %Y-%m-%dT%H:%M:%S
|
|||||||
disconnected as not authorised when this option is
|
disconnected as not authorised when this option is
|
||||||
set to true. Do not use in conjunction with
|
set to true. Do not use in conjunction with
|
||||||
<option>clientid_prefixes</option>.</para>
|
<option>clientid_prefixes</option>.</para>
|
||||||
|
<para>This does not apply globally, but on a per-listener basis.</para>
|
||||||
<para>See also
|
<para>See also
|
||||||
<option>use_identity_as_username</option>.</para>
|
<option>use_identity_as_username</option>.</para>
|
||||||
<para>Not reloaded on reload signal.</para>
|
<para>Not reloaded on reload signal.</para>
|
||||||
|
@ -290,6 +290,7 @@
|
|||||||
# authorised when this option is set to true.
|
# authorised when this option is set to true.
|
||||||
# Do not use in conjunction with clientid_prefixes.
|
# Do not use in conjunction with clientid_prefixes.
|
||||||
# See also use_identity_as_username.
|
# See also use_identity_as_username.
|
||||||
|
# This does not apply globally, but on a per-listener basis.
|
||||||
#use_username_as_clientid
|
#use_username_as_clientid
|
||||||
|
|
||||||
# Change the websockets headers size. This is a global option, it is not
|
# Change the websockets headers size. This is a global option, it is not
|
||||||
|
Loading…
x
Reference in New Issue
Block a user