Assume we'll receive a 904 when SCRAM fails with an e=
param (sasl)
This commit is contained in:
parent
70b29a345a
commit
16ea48cb54
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ class Module(ModuleManager.BaseModule):
|
|||
if current_scram.state == scram.SCRAMState.VerifyFailed:
|
||||
event["server"].disconnect()
|
||||
raise ValueError("Server SCRAM verification failed")
|
||||
self._end_sasl(event["server"])
|
||||
|
||||
else:
|
||||
raise ValueError("unknown sasl mechanism '%s'" % mechanism)
|
||||
|
|
Loading…
Reference in a new issue