Compare commits

...

6 Commits

Author SHA1 Message Date
2e1603cc1c
fix version 2022-11-21 15:53:01 +01:00
7a58f5948f
fix in sub 2022-11-21 15:42:27 +01:00
ebab9d0dc3
change url 2022-11-21 15:37:22 +01:00
a159b4e677
view for migration 2022-11-21 15:36:02 +01:00
a1affcf9cd
debug 2022-11-21 15:35:31 +01:00
1a8e41fcb9
change url of mosq go auth 2022-11-21 15:32:46 +01:00
4 changed files with 8 additions and 3 deletions

2
.gitmodules vendored
View File

@ -3,4 +3,4 @@
url = https://github.com/eclipse/mosquitto.git
[submodule "parts/mosquitto-go-auth"]
path = parts/mosquitto-go-auth
url = https://github.com/iegomez/mosquitto-go-auth.git
url = https://github.com/wollud1969/mosquitto-go-auth.git

View File

@ -1 +1 @@
2.0.15-1.9.1-02
2.0.15-1.9.1-05-debug

View File

@ -0,0 +1,5 @@
create or replace view hivemq_to_mosquitto_auth_v as
select username,
'PBKDF2$' || lower(algorithm) || '$' || password_iterations || '$' || password_salt || '$' || "password" as pw
from users;

@ -1 +1 @@
Subproject commit 9468bedaf2c5e194b5ee8ade1fa37236782fb41a
Subproject commit 113ae3f73327ba73e06d4134918040b715c6ca00