You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2017/01/25 09:46:32 UTC

svn commit: r1005546 - in /websites/staging/directory/trunk/content: ./ api/user-guide/2.7-moving-renaming.html

Author: buildbot
Date: Wed Jan 25 09:46:31 2017
New Revision: 1005546

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/api/user-guide/2.7-moving-renaming.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan 25 09:46:31 2017
@@ -1 +1 @@
-1780158
+1780160

Modified: websites/staging/directory/trunk/content/api/user-guide/2.7-moving-renaming.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/2.7-moving-renaming.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/2.7-moving-renaming.html Wed Jan 25 09:46:31 2017
@@ -183,7 +183,22 @@
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
-<h1 id="27-moving-an-renaming-entries-e">2.7 - Moving an renaming entries (e)<a class="headerlink" href="#27-moving-an-renaming-entries-e" title="Permanent link">&para;</a></h1>
+<h1 id="27-moving-an-renaming-entries">2.7 - Moving an renaming entries<a class="headerlink" href="#27-moving-an-renaming-entries" title="Permanent link">&para;</a></h1>
+<p>LDAP allows you to do more than adding, deleting or modifying entries : you can also move them, or rename them. Here, you are not changing the content of an entry, but its position in the <strong>DIT</strong>, or its name.</p>
+<p>Actually, changing an entry's name <em><em>may</em> have an impact on the entry's content, as the </em>DN* always contains elements that are part of the entry.</p>
+<p>Both operation can be applied at the same time.</p>
+<p>Actually the LDAP protocol reunite those two function into one call (<strong>MODDN</strong>, also called <strong>MODRDN</strong>), but for clarity, we defined three different methods, beside a fith one that mimic the LDAP protocol <strong>MODDN</strong> function  :</p>
+<ul>
+<li><em>move( current DN, new superior DN )</em></li>
+<li><em>rename ( old DN, new DN[, keep the old RDN] )</em></li>
+<li><em>moveAndRename( current DN, new DN[, keep the old RDN])</em></li>
+<li><em>modifyDn</em>( ModifyDnRequest )</li>
+</ul>
+<h2 id="move-operation">Move operation<a class="headerlink" href="#move-operation" title="Permanent link">&para;</a></h2>
+<h2 id="rename-operation">Rename operation<a class="headerlink" href="#rename-operation" title="Permanent link">&para;</a></h2>
+<h2 id="move-and-rename-operation">Move and Rename operation<a class="headerlink" href="#move-and-rename-operation" title="Permanent link">&para;</a></h2>
+<h2 id="modifydn-operation">ModifyDn operation<a class="headerlink" href="#modifydn-operation" title="Permanent link">&para;</a></h2>
+<h2 id="asynchornous-modifydn-operation">Asynchornous ModifyDn operation<a class="headerlink" href="#asynchornous-modifydn-operation" title="Permanent link">&para;</a></h2>
 
 
     <div class="nav">