JIL
JIL

Reputation: 43

How do I set up Plone 4 to authenticate using LDAP?

Plone 3 had PloneLDAP, which is not compatible with Plone-4. So how do I set up Plone 4 with an LDAP server?

Upvotes: 4

Views: 3809

Answers (1)

Rigel Di Scala
Rigel Di Scala

Reputation: 3230

Try looking at http://pypi.python.org/pypi/plone.app.ldap/

Do not, by any means, install the LDAPUserFolder, even if you see it listed as installable. Honestly, I don't know why it's still shown there, as installing it will break your Plone site severely.

Upvotes: 5

Related Questions