1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-22 09:24:21 +01:00

adding skeleton of method search user

This commit is contained in:
kakwa 2015-05-24 17:32:03 +02:00
parent 97773549e0
commit 13cca11f51

View File

@ -64,6 +64,9 @@ class Backend(ldapcherry.backend.Backend):
def del_user(self, username): def del_user(self, username):
pass pass
def search(self, search_string):
pass
def get_user(self, username, attrs=True): def get_user(self, username, attrs=True):
if attrs: if attrs:
a = self.attrlist a = self.attrlist