mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:56:06 -04:00
Use external ldap auth pacakge
This commit is contained in:
parent
f9d156d270
commit
d56c39cf24
4 changed files with 17 additions and 378 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue