mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 04:17:43 +02:00
adding objectclasses options
This commit is contained in:
parent
16c757bdd4
commit
0f6e0c7cab
4 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,7 @@ class Backend(ldapcherry.backend.Backend):
|
|||
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.objectclasses = self.get_param('objectclasses')
|
||||
self.attrlist = []
|
||||
for a in attrslist:
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue