1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-15 07:10:01 +02: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):
pass
def search(self, search_string):
pass
def get_user(self, username, attrs=True):
if attrs:
a = self.attrlist