Temporarily disabling sts on Limnoria until it's released.

This commit is contained in:
Valentin Lorentz 2019-12-09 22:13:55 +01:00
parent b4873fdea4
commit ff54d9cfd6

View File

@ -31,7 +31,7 @@ class LimnoriaController(BaseClientController, DirectoryBasedController):
supported_sasl_mechanisms = { supported_sasl_mechanisms = {
'PLAIN', 'ECDSA-NIST256P-CHALLENGE', 'SCRAM-SHA-256', 'EXTERNAL', 'PLAIN', 'ECDSA-NIST256P-CHALLENGE', 'SCRAM-SHA-256', 'EXTERNAL',
} }
supported_capabilities = {'sts'} # Not exhaustive supported_capabilities = set() # Not exhaustive
def create_config(self): def create_config(self):
create_config = super().create_config() create_config = super().create_config()