collective / pas.plugins.ldap

Zope (and Plone) PAS Plugin providing users and groups from LDAP directory
http://pypi.python.org/pypi/pas.plugins.ldap
Other
13 stars 20 forks source link

Can't make this work #18

Closed keul closed 8 years ago

keul commented 8 years ago

After fixing some general issue (see #17) I'm getting this traceback.

Traceback (innermost last):
  Module ZPublisher.Publish, line 138, in publish
  Module ZPublisher.mapply, line 77, in mapply
  Module ZPublisher.Publish, line 48, in call_object
  Module plone.app.controlpanel.usergroups, line 198, in __call__
  Module plone.app.controlpanel.usergroups, line 224, in doSearch
  Module Products.PluggableAuthService.PluggableAuthService, line 230, in getUserById
  Module Products.PluggableAuthService.PluggableAuthService, line 784, in _findUser
  Module pas.plugins.ldap.plugin, line 475, in getPropertiesForUser
TypeError: _wrapper() got an unexpected keyword argument 'id'

The "inspect LDAP" test returns me items from the LDAP. The LDAP configuration should be ok as I'm already using it for a plone.app.ldap installation.

keul commented 8 years ago

Forget it. I still can't make this work but the issue above was related to my local changes for fixing #17.