File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 582
582
# MQTT section
583
583
# =======================================
584
584
585
- ## Set the default user name and password. Will be used as the default login
586
- ## if a connecting client provides no other login details.
587
- ##
588
- ## Please note that setting this will allow clients to connect without
589
- ## authenticating!
585
+ ## Set the default user name and password used for anonymous connections (when client
586
+ ## provides no credentials). Anonymous connections are highly discouraged!
590
587
##
591
588
# mqtt.default_user = guest
592
589
# mqtt.default_pass = guest
593
590
594
- ## Enable anonymous access . If this is set to false, clients MUST provide
595
- ## login information in order to connect. See the default_user/default_pass
596
- ## configuration elements for managing logins without authentication.
591
+ ## Enable anonymous connections . If this is set to false, clients MUST provide
592
+ ## credentials in order to connect. See also the mqtt. default_user/mqtt. default_pass
593
+ ## keys. Anonymous connections are highly discouraged!
597
594
##
598
595
# mqtt.allow_anonymous = true
599
596
You can’t perform that action at this time.
0 commit comments