zmstone

Results 430 comments of zmstone

I understand that your database has a column named `password` but not `password_hash`. What I meant as a "btw", was that EMQX can handle `password` ok, but it's an alias,...

If you share an *EXAMPLE* password with us, we might be able to help you compare the hash value. It would require: - plaintext password sent by the client -...

Hi @jandillmann I think 503 is a good indication of temporary error, we could even consider it a bug if retry is not done for this error code. In general,...

Thank you @ddellarocca for creating this. I changed the title a bit to avoid confusion since EMQX has already a audit log for management (HTTP API, or dashboard) logins.

请问可以提供一下mongo的具体部署方式吗?我们来复现一下。

OK. The automatic version detection does not work quite well with MongoDB v4. You can however set this flag to make it work: ![image](https://github.com/emqx/emqx/assets/164324/36fc5072-d378-4164-b7da-9f82f90d6b56)

抱歉,认证配置中可能没有包含这个选项。我们会在后续版本中加上 可以试一下这个命令: `emqx eval application:set_env(mongodb,use_legacy_protocol,true).`

mongodb不能这样配置。 可以这样: 在集群中所有节点都修改: `data/config/cluster.hocon` 然后重启 ``` authentication = [ { backend = mongodb collection = users database = mqtt filter { username = "${username}" } mechanism = password_based mongo_type =...