mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 17:34: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):
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user