mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-12 04:28:51 +01:00
fix wrong call to method
This commit is contained in:
parent
189079cf21
commit
95232ba432
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user