<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks to Andrey, Rich, and Nathan who reviewed and commented on the
patch.<br>
<br>
The change has been pushed to master.<br>
<br>
I also put the latest patch here:<br>
<a class="moz-txt-link-freetext" href="http://nhosoi.fedorapeople.org/0001-Allow-modrdn-to-move-subtree-and-rename-non-leaf-nod.patch">http://nhosoi.fedorapeople.org/0001-Allow-modrdn-to-move-subtree-and-rename-non-leaf-nod.patch</a><br>
<hr size="2" width="100%">This patch includes<br>
- replacing the entrydn index with the entryrdn index<br>
- replacing a full DN in each entry in the DB with an RDN<br>
- extending Slapi_Entry, entry2str, and str2entry to absorb the changes<br>
&nbsp; made on the entry<br>
- adding DN/RDN helper functions<br>
- adding DN cache<br>
- adding a utility and a migration script to convert the DN format
database<br>
&nbsp; to the RDN format<br>
- extending a database dump utility dbscan to support the entryrdn<br>
- slapi_dn_syntax_check by <a class="moz-txt-link-abbreviated" href="mailto:nkinder@redhat.com">nkinder@redhat.com</a> is added to check the dn
before<br>
&nbsp; modify operations<br>
- big fix for 171338 - Enhancement: winsync modrdn not synced<br>
<br>
In addition to the above, compile warnings and memory leaks found in
testing<br>
the new feature are fixed.<br>
<br>
For more details, see the feature design document at:<br>
&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="http://directory.fedoraproject.org/wiki/Subtree_Rename">http://directory.fedoraproject.org/wiki/Subtree_Rename</a><br>
<br>
and bugzilla at:<br>
&nbsp;&nbsp;&nbsp; <a class="moz-txt-link-freetext" href="https://bugzilla.redhat.com/show_bug.cgi?id=171338">https://bugzilla.redhat.com/show_bug.cgi?id=171338</a><br>
<br>
</body>
</html>