Rob Hicks wrote: > I have installed Zope 2.9.6 and Plone 2.5.1 from source. Everything > seems to work fine. I can set up portals, browse them and log into them. > > Now, I’m trying to integrate Plone into an LDAP directory. I have read > and tried to implement LDAP integration using Group User Folders. To do > so, I have deleted the acl_users folder of a plone instance and replaced > it with a Group User Folders. I have then connected up LDAP and can see > and manage LDAP groups and users from ZMI. > > I can’t however login to the portal instance any longer. The login > portlet and the main login screen indicate that login is unavailable > because cookies are disabled.
That acl_users folder that you just deleted contained the entire login mechanism, including cookie-based authentication. So undelete or rebuild it. It's all different in plone2.5 (which uses plonepas), so you're best off by reading some PAS documentation on plone.org. A blog entry like http://tinyurl.com/y6nges could give you some additional ideas. Good luck! Reinout -- Reinout van Rees r.van.rees @ zestsoftware.nl http://vanrees.org/weblog/ http://zestsoftware.nl/ "Military engineers build missiles. Civil engineers build targets." _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
