Ignacio Gómez

Results 100 comments of Ignacio Gómez

Hi, @g0lgs! As I mentioned in https://github.com/iegomez/mosquitto-go-auth/issues/150, I'd happily review a PR contributing support for LDAP. If not, I may get to it eventually, but I can't say when or...

Let's keep it open in case someone wishes to contribute a solution.

Sorry, I missed this request entirely. I remember having this exact same use case long ago and it was the reason for creating the plugin. That's how the JWT backend...

Also, following https://github.com/iegomez/mosquitto-go-auth/issues/240, I might consider adding anonymous users support with some user given username/password for replacements, but it wouldn't be quick: I'd really need to go over everything to...

To get the client's address you'd need to somehow pass it along the client's id. I also found out that the plugin could get it from Mosquitto: https://github.com/eclipse/mosquitto/issues/1252 But implementing...

I thought you were using websockets from this: > currently I'm using ,MySQL backend for the authentication. to use the MQTT WebSocket feature I create a dynamic username password (with...

How are the credentials being passed in the client id for checking? If we allowed anonymous users but don't correctly define the client id checking for this case, then we...

Thanks for the explanation, I think I get the case better now: if we allow anonymous users, we'll set their username and password to fixed ones provided by the conf...

Bumping the version makes sense to me, but let's keep it separated from that PR to have clean history.