Hi, Before I go ahead and write the code to recursively rename, copy and move subtrees, I was wondering if anyone had sample code to do this using the Mozilla Directory SDK for Java (4.x). When I rename intermediate nodes (on OpenLDAP 2.0.x, BTW), I get "orphan" nodes because rename() is just renaming the immediate node. My understanding is that the only thing I can do is create the new node and then rename all the children to fall under it, and finally delete the old node and all its children. --kd
