1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-04 04:17:43 +02:00

adding objectclasses options

This commit is contained in:
kakwa 2015-05-25 22:53:34 +02:00
parent 16c757bdd4
commit 0f6e0c7cab
4 changed files with 4 additions and 0 deletions

View file

@ -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: