summary refs log tree commit diff
path: root/synapse/handlers/auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/handlers/auth.py')
-rw-r--r--synapse/handlers/auth.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py
index 12585abb1b..cae81dbd67 100644
--- a/synapse/handlers/auth.py
+++ b/synapse/handlers/auth.py
@@ -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?