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. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Python-LDAP-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/python-ldap-dev
