Commiting multiple objects

Michael Ströder michael at stroeder.com
Sun Mar 2 14:16:25 CET 2008


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 contain any API for such 
transactions.

Ciao, Michael.



More information about the python-ldap mailing list