Previously Jean-Michel FRANCOIS wrote: > I need to know how you are using OpenLDAP with the Zope transaction > manager. Because OpenLDAP has no transaction, How do you abort Zope > transaction ? RDBMS are well integrated in the zope transaction, but i > don't find anything on the same for OpenLDAP.
LDAP operations in Plone are not transaction aware. If you want to do that you would have to queue any writes and commit them when the transaction is being commited. I haven't looked into it, but I suspect it will not be too difficult to implement. Wichert. -- Wichert Akkerman <[email protected]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
