Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mosquitto_passwd can't update passwords #1664

Closed
Legion2 opened this issue Apr 26, 2020 · 1 comment
Closed

mosquitto_passwd can't update passwords #1664

Legion2 opened this issue Apr 26, 2020 · 1 comment

Comments

@Legion2
Copy link

Legion2 commented Apr 26, 2020

When using mosquitto_passwd to update a password of an existing user the resulting password file is broken and the user can't authenticate to mosquitto with the new password.

Steps to reproduce:

  1. create a password file and configure mosquitto to use it
  2. add a user mosquitto_passwd -b passwordfile test bla
  3. update the user password mosquitto_passwd -b passwordfile test bla2
  4. try to connect to the broker with the user "test" and password "bla2"

I'm using the docker image eclipse-mosquitto:1.6.9 for the cli tool and the broker.

ralight added a commit that referenced this issue Apr 26, 2020
@ralight
Copy link
Contributor

ralight commented Apr 26, 2020

Thank you for reporting this, it should now be fixed on the fixes branch.

@ralight ralight closed this as completed Apr 26, 2020
FranciscoKnebel pushed a commit to Open-Digital-Twin/mosquitto that referenced this issue Jul 30, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants