Use external ldap auth pacakge

This commit is contained in:
Erik Johnston 2016-11-15 13:03:19 +00:00
parent f9d156d270
commit d56c39cf24
4 changed files with 17 additions and 378 deletions

View file

@ -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()