Re: Commiting multiple objects

2008-03-02 Thread Michael Ströder
Ron Teitelbaum wrote: > > I have to commit multiple objects. Can I use the modlist to store and > commit multiple objects at once. No. LDAP has no support for transactions over multiple entries. Only write operations to single entries are guaranteed to be atomar. Hence python-ldap does not co

Commiting multiple objects

2008-03-01 Thread Ron Teitelbaum
Hello, I have to commit multiple objects. Can I use the modlist to store and commit multiple objects at once. If so is it possible to order the objects so that they commit a subtree before the leaves? Thanks for your help! Ron Teitelbaum --