mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 20:37:48 +02:00
adding search template
This commit is contained in:
parent
13cca11f51
commit
6af8628d5d
4 changed files with 17 additions and 12 deletions
|
@ -26,6 +26,8 @@ class Backend(ldapcherry.backend.Backend):
|
|||
self.userdn = self.get_param('userdn')
|
||||
self.groupdn = self.get_param('groupdn')
|
||||
self.user_filter_tmpl = self.get_param('user_filter_tmpl')
|
||||
self.group_filter_tmpl = self.get_param('group_filter_tmpl')
|
||||
self.search_filter_tmpl = self.get_param('search_filter_tmpl')
|
||||
self.attrlist = []
|
||||
for a in attrslist:
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue