Skip to content
Unverified Commit 7e76b127 authored by Florian Baumann's avatar Florian Baumann Committed by GitHub
Browse files

Multiple users with hashedPassword is broken in mosquitto

If you have more than 1 User with hasedPassword Option set it generates 

```
rm -f /var/lib/mosquitto/passwd
touch /var/lib/mosquitto/passwd
echo 'user1:$6$xxx' > /var/lib/mosquitto/passwd
echo 'user2:$6$xxx' > /var/lib/mosquitto/passwd
```

Which ends up in only having 1 user.
parent 693ab60b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment