ma ham/mqtt: remove obsolete checkPasswords

This commit is contained in:
makefu 2021-12-04 22:19:35 +01:00
parent a479db8626
commit 8b1cb0b262
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -9,8 +9,7 @@
listeners = [
{
port = 1883;
omitPasswordAuth = true;
checkPasswords = true;
omitPasswordAuth = false;
users.sensor = {
hashedPassword = "$6$2DXU7W1bvqXPqxkF$vtdz5KTd/T09hmoc9LjgEGFjvpwQbQth6vlVcr5hJNLgcBHv4U03YCKC8TKXbmQAa8xiJ76xJIg25kcL+KI3tg==";
acl = [ "topic readwrite #" ];