mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-20 08:21:48 +02:00
Test argon2 and pbkdf2 passwords
This commit is contained in:
parent
ca98cb5755
commit
6283966636
|
|
@ -77,6 +77,7 @@ except PermissionError:
|
|||
|
||||
ctrl_dynsec_file_cmd(["help"], ports) # get the help, don't check the response though
|
||||
ctrl_dynsec_file_cmd(["setClientPassword", "admin", "newadmin", "-i", "10000"], ports)
|
||||
ctrl_dynsec_file_cmd(["setClientPassword", "admin", "newadmin"], ports)
|
||||
|
||||
# Then start broker
|
||||
broker = mosq_test.start_broker(filename=os.path.basename(__file__), use_conf=True, port=ports[0], nolog=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue