Hello all,<br><br>Currently I am facing problem with moving subtree of entries to a new parent.<br><br>I am trying to move a subtree or a user to a new parent. I am getting the following error message.<br><br>There are two OU’s under the suffix  o=<a href="http://xyzcorp.com">xyzcorp.com</a> ou=education and ou=finance.<br>
Browny is the user in ou=education,o=<a href="http://xyzcorp.com">xyzcorp.com</a>. Now I need to move Browny to ou=finance,o=<a href="http://xyzcorp.com">xyzcorp.com</a>.<br><br>When I attempt to do the following modification I am getting error.<br>
<br>dn: cn=Browny,ou=education,o=<a href="http://xyzcorp.com">xyzcorp.com</a><br>changetype: modrdn<br>newrdn: cn=BrownyNew<br>deleteoldrdn: 0<br>newsuperior: ou=finance,o= <a href="http://xyzcorp.com">xyzcorp.com</a><br>
<br><strong>new RDN: cn=BrownyNew, new parent ou=finance,o= <a href="http://xyzcorp.com">xyzcorp.com</a> (keep existing values)<br>modifying RDN of entry cn=Browny,ou= education,o= <a href="http://xyzcorp.com">xyzcorp.com</a> and/or moving it beneath a new parent<br>
<br>ldap_rename: DSA is unwilling to perform<br>ldap_rename: additional info: server does not support moving of entries</strong><br><br><br><strong>I tried it this way also,…….<br><br></strong>dn: cn=Browny,ou=education,o=<a href="http://xyzcorp.com">xyzcorp.com</a><br>
changetype: modrdn<br>newrdn: cn=Browny<br>deleteoldrdn: 1<br>newparent: ou=finance,o= <a href="http://xyzcorp.com">xyzcorp.com</a><br><br><strong>……no success</strong><br><br>Like the same way I am not able to move the OU also to a new parent.<br>
<br><p>Is anybody aware of this.</p><p>If so educate me how to do this.<br></p><br>Thanks in advance,<br>Brown Deigo.<br><br><br>