-
-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hello, I am not sure if this is the right place to ask but I am running into an error when trying to access LDAP groups. I am new to Plone, so apologies if I am missing something simple.
This is my setup:
Plone 5.2.15
Senaite 2.6
latest pas.plugins.ldap
python-ldap 3.3.1
I have the everything somewhat working, the LDAP settings in Senaite show LDAP is good:
OK: Connection, users- and groups-access tested successfully.
LDAP Inspector shows all users and groups, but when I go to the users/groups settings, none of the LDAP users show up and the groups link gives me the following error:
Traceback (innermost last):
Module ZPublisher.WSGIPublisher, line 176, in transaction_pubevents
Module ZPublisher.WSGIPublisher, line 385, in publish_module
Module ZPublisher.WSGIPublisher, line 288, in publish
Module ZPublisher.mapply, line 85, in mapply
Module ZPublisher.WSGIPublisher, line 63, in call_object
Module Products.CMFPlone.controlpanel.browser.usergroups_groupsoverview, line 35, in call
Module Products.CMFPlone.controlpanel.browser.usergroups_groupsoverview, line 53, in doSearch
Module Products.PlonePAS.browser.search, line 61, in searchGroups
Module Products.PluggableAuthService.PluggableAuthService, line 360, in searchGroups
Module pas.plugins.ldap.plugin, line 294, in enumerateGroups
Module node.ext.ldap.ugm._api, line 708, in search
Module node.ext.ldap.ugm._api, line 670, in raw_search
Module node.utils, line 281, in wrapped
Module node.ext.ldap._node, line 519, in search
Module node.ext.ldap.session, line 52, in search
Module node.ext.ldap.base, line 290, in search
Module node.ext.ldap.base, line 265, in _search
Module ldap.ldapobject, line 767, in result3
Module ldap.ldapobject, line 774, in result4
Module ldap.ldapobject, line 340, in _ldap_call
Module ldap.ldapobject, line 324, in _ldap_call
OPERATIONS_ERROR: {'msgid': 3, 'ctrls': [], 'msgtype': 101, 'result': 1, 'desc': u'Operations error'}
The "Groups search query filter " and "Object class" match my LDAP settings, so I am not sure where the failure is occuring... Any help would be greatly appreciated!