Compare commits
6 Commits
master
...
hivemq-mig
Author | SHA1 | Date | |
---|---|---|---|
2e1603cc1c
|
|||
7a58f5948f
|
|||
ebab9d0dc3
|
|||
a159b4e677
|
|||
a1affcf9cd
|
|||
1a8e41fcb9
|
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
5
hivemq-to-mosquitto-auth-view.sql
Normal file
5
hivemq-to-mosquitto-auth-view.sql
Normal 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;
|
||||
|
Submodule parts/mosquitto-go-auth updated: 9468bedaf2...113ae3f733
Reference in New Issue
Block a user