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/01 21:11:30 UTC

svn commit: r1003926 - in /websites/staging/directory/trunk/content: ./ api/user-guide/2-basic-ldap-api-usage.html

Author: buildbot
Date: Sun Jan  1 21:11:30 2017
New Revision: 1003926

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/api/user-guide/2-basic-ldap-api-usage.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Jan  1 21:11:30 2017
@@ -1 +1 @@
-1776875
+1776876

Modified: websites/staging/directory/trunk/content/api/user-guide/2-basic-ldap-api-usage.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/2-basic-ldap-api-usage.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/2-basic-ldap-api-usage.html Sun Jan  1 21:11:30 2017
@@ -187,10 +187,13 @@ h2:hover > .headerlink, h3:hover > .head
 <p>We provide three different set of methods to send requests to the <strong>LDAP</strong> server :
 <em> A first set which is the simplest, where the methods don't return a response, except the <em>search</em> and <em>compare</em> methods</em> A second set, for advanced users, giving full control to the user
 * A third set allowing the user to send asynchronous requests.</p>
+<p>The first set of methods covers Bind, Add, Delete, Modify, Rename, Move, and Unbind operations</p>
+<p>The second set covers MoveAndRename, Compare, Extended, controls.</p>
+<p>the third set covers the same methods, but ran in asynchronous mode.</p>
 <h2 id="contents">Contents<a class="headerlink" href="#contents" title="Permanent link">&para;</a></h2>
 <ul>
 <li><a href="2.1-connection-disconnection.html">2.1 - Connection and disconnection</a></li>
-<li><a href="2.2-binding-unbinding.html">2.2 - Binding and unbinding (...)</a></li>
+<li><a href="2.2-binding-unbinding.html">2.2 - Binding and unbinding</a></li>
 <li><a href="2.3-searching.html">2.3 - Searching (...)</a></li>
 <li><a href="2.4-adding.html">2.4 - Adding entries</a></li>
 <li><a href="2.5-deleting.html">2.5 - Deleting entries</a></li>