mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 01:14:21 +01:00
adding skeleton of method search user
This commit is contained in:
parent
97773549e0
commit
13cca11f51
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user