Skip to content
Snippets Groups Projects
Commit 8e35e76d authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix get_password argument list. Fixes #5624

parent 50c4a2fa
No related branches found
No related tags found
No related merge requests found
......@@ -241,7 +241,7 @@ class SASL(PlugIn):
if 'SCRAM-SHA-1' in self.mecs:
self.mecs.remove('SCRAM-SHA-1')
self.mechanism = 'SCRAM-SHA-1'
self._owner._caller.get_password(self.set_password)
self._owner._caller.get_password(self.set_password, self.mechanism)
self.scram_step = 0
self.startsasl = SASL_IN_PROCESS
raise NodeProcessed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment