Reputation: 455
Installing plone.app.ldap into Plone 5 produces a formlib error. The traceback is here: http://pastebin.com/EM9S6UDD
It is a fresh install of Plone 5.0, the only egg pinned to the buildout is plone.app.ldap.
Please advise? Thank you.
Upvotes: 4
Views: 1036
Reputation: 7819
plone.app.ldap simply add a (sometimes broken) UI interface to Plone. Commonly you don't need it if you configure stuff from ZMI.
In that case: just add Products.PloneLDAP
to your Plone 5 buildout and it will work normally.
Upvotes: 0
Reputation: 610
You can also try https://pypi.python.org/pypi/pas.plugins.ldap/ which is newer, has less layers/wrappers and worked in the past better for me. Don't know if this easier to run on Plone 5. Haven't tried that yet.
Upvotes: 3
Reputation: 2876
Current version of plone.app.ldap (1.3.2) is not compatible with Plone 5.
There is some work in progress on the master branch of the repository; follow up and wait for a new release.
Upvotes: 0
Reputation: 1347
Plone 5 does not ship with formlib any longer. Try to add zope.formlib to the eggs section in your buildout.
Upvotes: 0