Skip to content

Update example config to 4.0 #12377

Closed Answered by Lithimlin
Lithimlin asked this question in Questions
Sep 25, 2024 · 2 comments · 10 replies
Discussion options

You must be logged in to vote

Okay, this was a much easier fix than I thought.
Going through the logs and upgrade notice, I found that only the guest user / anonymous login configuration changed:

## Set the default user name and password used for anonymous connections (when client
## provides no credentials). Anonymous connections are highly discouraged!
##
# mqtt.default_user = guest
# mqtt.default_pass = guest

## Enable anonymous connections. If this is set to false, clients MUST provide
## credentials in order to connect. See also the mqtt.default_user/mqtt.default_pass
## keys. Anonymous connections are highly discouraged!
##
# mqtt.allow_anonymous = true

This is the section that is now broken:
default_user and d…

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
1 reply
@Lithimlin
Comment options

Comment options

You must be logged in to vote
9 replies
@michaelklishin
Comment options

@ansd
Comment options

@Lithimlin
Comment options

@lukebakken
Comment options

@ansd
Comment options

Answer selected by Lithimlin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants
Converted from issue

This discussion was converted from issue #12377 on September 25, 2024 14:09.