diff --git a/ldapcherry/backend/__init__.py b/ldapcherry/backend/__init__.py index 52884ad..9a4f6d7 100644 --- a/ldapcherry/backend/__init__.py +++ b/ldapcherry/backend/__init__.py @@ -10,7 +10,7 @@ from ldapcherry.exceptions import MissingParameter class Backend: def __init__(self, config, logger, name, attrslist, key): - pass + raise Exception() def auth(self, username, password): return False