diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2018-01-09 21:45:14 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2018-01-09 21:45:43 +0300 |
| commit | e47387cc1d34ca9948dcffce8eff76aac15aa309 (patch) | |
| tree | 2a33571a13ed56196717ba48c475618dc54430ee | |
| parent | d3da6544595f953652f9765c2879fb1c2339ec5c (diff) | |
| download | rabbitmq-server-git-e47387cc1d34ca9948dcffce8eff76aac15aa309.tar.gz | |
rabbitmq.conf.example: update MQTT keys related to anonymous connections
| -rw-r--r-- | docs/rabbitmq.conf.example | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index bed32d3039..fb9ab7677b 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -582,18 +582,15 @@ # MQTT section # ======================================= -## Set the default user name and password. Will be used as the default login -## if a connecting client provides no other login details. -## -## Please note that setting this will allow clients to connect without -## authenticating! +## 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 access. If this is set to false, clients MUST provide -## login information in order to connect. See the default_user/default_pass -## configuration elements for managing logins without authentication. +## 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 |
