diff options
author | Erik Johnston <erik@matrix.org> | 2016-11-15 13:03:19 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-11-15 13:03:19 +0000 |
commit | d56c39cf24e1650f0513196bf245c29e5163a836 (patch) | |
tree | 2dea69f7ad950f0e0c88a0e8e6e90dbae22a2a82 /synapse/handlers/auth.py | |
parent | New Flake8 fixes (diff) | |
download | synapse-d56c39cf24e1650f0513196bf245c29e5163a836.tar.xz |
Use external ldap auth pacakge
Diffstat (limited to 'synapse/handlers/auth.py')
-rw-r--r-- | synapse/handlers/auth.py | 2 |
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() |