Hello
I tried to set up the MQTT integration and I would like to use the Mosquitto Go Auth plugin for authorization. The plugin is build following the instructions at https://www.chirpstack.io/project/guides/mqtt-authentication/#build-for-mosquitto-14x. Only difference is I commented the jwt part, as it is not needed at the moment.
When I connect a new client, it gets disconnected immediately. Mosquitto log shows a hash problem
invalid PBKDF2 hash supplied, expected length 5, got: 4 WARN[2021-03-03T09:35:24+01:00] wrong password for user XXX
every second try and at startup
WARN[2021-03-03T09:35:24+01:00] unknown or empty hasher, defaulting to PBKDF2
INFO[2021-03-03T09:35:24+01:00] Backend registered: Files
WARN[2021-03-03T09:35:24+01:00] unknown or empty hasher, defaulting to PBKDF2
INFO[2021-03-03T09:35:24+01:00] backend registered: Postgres
Does anyone has an idea what I’m messed up or how to solve this?