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

svn commit: r1776876 - /directory/site/trunk/content/api/user-guide/2-basic-ldap-api-usage.mdtext

Author: elecharny
Date: Sun Jan  1 21:11:25 2017
New Revision: 1776876

URL: http://svn.apache.org/viewvc?rev=1776876&view=rev
Log:
the bind/unbind part is now complete

Modified:
    directory/site/trunk/content/api/user-guide/2-basic-ldap-api-usage.mdtext

Modified: directory/site/trunk/content/api/user-guide/2-basic-ldap-api-usage.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/user-guide/2-basic-ldap-api-usage.mdtext?rev=1776876&r1=1776875&r2=1776876&view=diff
==============================================================================
--- directory/site/trunk/content/api/user-guide/2-basic-ldap-api-usage.mdtext (original)
+++ directory/site/trunk/content/api/user-guide/2-basic-ldap-api-usage.mdtext Sun Jan  1 21:11:25 2017
@@ -29,10 +29,16 @@ We provide three different set of method
 * A second set, for advanced users, giving full control to the user
 * A third set allowing the user to send asynchronous requests.
 
+The first set of methods covers Bind, Add, Delete, Modify, Rename, Move, and Unbind operations
+
+The second set covers MoveAndRename, Compare, Extended, controls.
+
+the third set covers the same methods, but ran in asynchronous mode.
+
 ## Contents
 
 * [2.1 - Connection and disconnection](2.1-connection-disconnection.html)
-* [2.2 - Binding and unbinding (...)](2.2-binding-unbinding.html)
+* [2.2 - Binding and unbinding](2.2-binding-unbinding.html)
 * [2.3 - Searching (...)](2.3-searching.html)
 * [2.4 - Adding entries](2.4-adding.html)
 * [2.5 - Deleting entries](2.5-deleting.html)