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
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
--