I suggest to take the Python debugger in order to figure out further details of your (local) problem. If this problem is not widely known that you need to provide further insight on issues (unless it can reproduced easily).
-aj rscrane wrote > > I am trying to enable LDAP in a brand new installation of Plone (adding > LDAP is literally the first step I have taken, and a requirement): > > Version info: > * Plone 4.1.3 (4112) > * CMF 2.2.4 > * Zope 2.13.10 > * Python 2.6.7 (r267:88850, Feb 14 2012, 12:51:07) [GCC 4.6.2] > * LDAP Support version 1.2.7 > > I get the following error on save: > > Exception Value > argument of type 'NoneType' is not iterable > > Traceback (innermost last): > > * Module ZPublisher.Publish, line 126, in publish > * Module ZPublisher.mapply, line 77, in mapply > * Module ZPublisher.Publish, line 46, in call_object > * Module zope.formlib.form, line 795, in __call__ > * Module five.formlib.formbase, line 50, in update > * Module zope.formlib.form, line 776, in update > * Module zope.formlib.form, line 620, in success > * Module plone.app.ldap.browser.baseform, line 64, in > handle_save_action > * Module zope.formlib.form, line 901, in createAndAdd > * Module plone.app.ldap.browser.server, line 53, in create > * Module zope.event, line 31, in notify > * Module zope.component.event, line 24, in dispatch > * Module zope.component._api, line 136, in subscribers > * Module zope.component.registry, line 321, in subscribers > * Module zope.interface.adapter, line 585, in subscribers > * Module zope.component.event, line 32, in objectEventNotify > * Module zope.component._api, line 136, in subscribers > * Module zope.component.registry, line 321, in subscribers > * Module zope.interface.adapter, line 585, in subscribers > * Module plone.app.ldap.ploneldap.server, line 21, in HandleCreated > * Module plone.app.ldap.ploneldap.util, line 42, in > guaranteePluginExists > * Module plone.app.ldap.ploneldap.util, line 86, in createLDAPPlugin > * Module plone.app.ldap.ploneldap.util, line 173, in > enablePASInterfaces > > TypeError: argument of type 'NoneType' is not iterable > > > Any suggestions welcome. > -- View this message in context: http://plone.293351.n2.nabble.com/LDAP-installation-error-tp7285374p7286619.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-setup
