module ldap.res
Michael Ströder
michael at stroeder.com
Sun Mar 26 15:22:59 CEST 2006
Victor Fernandez wrote:
>
> I'm trying to delete a complete branch in a ldap server programatically.
> I've found the script "deltree.py" in the documentation of the package
> python-ldap, but I haven't found the way to execute it, because it
> complains about the module "ldap.res"...
Uuumh. This should have never been added to CVS.
I removed it. Maybe you can tweak it to use ldap.async (like web2ldap does).
> To what module is refering?
ldap.res was planned to be a better implementation of what ldap.async
provides but was never finished. I tend more to use ldap.resiter which
is not finished either. But it seems I already moved examples from
Demo/Lib/ldap/async/ to Demo/Lib/ldap/res/. I've reverted this change.
Please test the CVS scripts.
Ciao, Michael.
More information about the python-ldap
mailing list