summary refs log tree commit diff
path: root/synapse/handlers
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-11-15 13:03:19 +0000
committerErik Johnston <erik@matrix.org>2016-11-15 13:03:19 +0000
commitd56c39cf24e1650f0513196bf245c29e5163a836 (patch)
tree2dea69f7ad950f0e0c88a0e8e6e90dbae22a2a82 /synapse/handlers
parentNew Flake8 fixes (diff)
downloadsynapse-d56c39cf24e1650f0513196bf245c29e5163a836.tar.xz
Use external ldap auth pacakge
Diffstat (limited to 'synapse/handlers')
-rw-r--r--synapse/handlers/auth.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py

index 3851b35889..a2866af431 100644 --- a/synapse/handlers/auth.py +++ b/synapse/handlers/auth.py
@@ -61,6 +61,8 @@ class AuthHandler(BaseHandler): for module, config in hs.config.password_providers ] + logger.info("Extra password_providers: %r", self.password_providers) + self.hs = hs # FIXME better possibility to access registrationHandler later? self.device_handler = hs.get_device_handler()