1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-09 12:27:50 +02:00

adding exception to prevent using skeleton module

This commit is contained in:
kakwa 2015-06-17 19:57:41 +02:00
parent 45393c3a80
commit 7d63e967da

View File

@ -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