]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/backend/accounts.py
Merge branch 'master' into new-design
[ipfire.org.git] / src / backend / accounts.py
index e0cf401d0a2c8a915eb4d9a7995f3867889d0c5b..35079d9be7f71b1114216328424b50917dfe6e8b 100644 (file)
@@ -208,7 +208,7 @@ class Accounts(Object):
                # Authenticate against LDAP server using Kerberos
                self.ldap.sasl_gssapi_bind_s()
 
-       def test_ldap(self):
+       async def test_ldap(self):
                logging.info("Testing LDAP connection...")
 
                self._authenticate()