mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-22 02:35:48 +00:00
output ldap version for info and to pacify pep8
This commit is contained in:
@@ -60,6 +60,8 @@ class AuthHandler(BaseHandler):
|
||||
|
||||
if self.ldap_enabled:
|
||||
import ldap
|
||||
logger.info("Import ldap version: %s", ldap.__version__)
|
||||
|
||||
|
||||
self.hs = hs # FIXME better possibility to access registrationHandler later?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user