mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-13 16:19:44 -05:00
output ldap version for info and to pacify pep8
This commit is contained in:
parent
4c5e8adf8b
commit
3555a659ec
@ -60,6 +60,8 @@ class AuthHandler(BaseHandler):
|
|||||||
|
|
||||||
if self.ldap_enabled:
|
if self.ldap_enabled:
|
||||||
import ldap
|
import ldap
|
||||||
|
logger.info("Import ldap version: %s", ldap.__version__)
|
||||||
|
|
||||||
|
|
||||||
self.hs = hs # FIXME better possibility to access registrationHandler later?
|
self.hs = hs # FIXME better possibility to access registrationHandler later?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user