mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
adding skeleton of method search user
This commit is contained in:
parent
97773549e0
commit
13cca11f51
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue