1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-09 04:17:49 +02:00

fix wrong call to method

This commit is contained in:
kakwa 2015-05-22 01:32:35 +02:00
parent 189079cf21
commit 95232ba432

View File

@ -28,7 +28,7 @@ class Backend(ldapcherry.backend.Backend):
def auth(self, username, password):
binddn = get_user(username)
binddn = self.get_user(username)
if binddn:
ldap_client = self._connect()
try: