From 7492bb2e07857249b34997ca89050509257f5c43 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 26 Feb 2024 12:49:26 -0800 Subject: [PATCH] Explicitly set location of passwd file in config --- fighter/config/home-assistant/mosquitto.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fighter/config/home-assistant/mosquitto.conf b/fighter/config/home-assistant/mosquitto.conf index 1187114..b9a063e 100644 --- a/fighter/config/home-assistant/mosquitto.conf +++ b/fighter/config/home-assistant/mosquitto.conf @@ -531,7 +531,7 @@ listener 1883 0.0.0.0 # Defaults to false, unless there are no listeners defined in the configuration # file, in which case it is set to true, but connections are only allowed from # the local machine. -#allow_anonymous false +allow_anonymous false # ----------------------------------------------------------------- # Default authentication and topic access control @@ -549,7 +549,7 @@ listener 1883 0.0.0.0 # See the TLS client require_certificate and use_identity_as_username options # for alternative authentication options. If a plugin is used as well as # password_file, the plugin check will be made first. -#password_file +password_file /mosquitto/config/mosquitto.passwd # Access may also be controlled using a pre-shared-key file. This requires # TLS-PSK support and a listener configured to use it. The file should be text