mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 09:24:21 +01:00
adding exception to prevent using skeleton module
This commit is contained in:
parent
45393c3a80
commit
7d63e967da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user