subtree move

2007-06-25 Thread Roland Hedberg
Hi! It seems like Python-ldap does not support modifyDN. That is moving a subtree from one place on a server to another place on the same server. So, has anyone implemented modifyDN on top of python-ldap ? I realize it will not be very efficient, but then the subtree I might have to move is only

Re: subtree move

2007-06-25 Thread Michael Ströder
Roland Hedberg wrote: > > It seems like Python-ldap does not support modifyDN. That is moving a > subtree from one place on a server to another place on the same server. See methods rename() and rename_s() with argument newsuperior. You can rename a sub-tree with e.g. with OpenLDAP/back-hdb. > S