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/12/30 06:43:01 UTC

svn commit: r1022903 - in /websites/staging/directory/trunk/content: ./ api/user-guide.html api/user-guide/3-advanced-ldap-api-usage.html api/user-guide/3.1-controls.html

Author: buildbot
Date: Sat Dec 30 06:43:01 2017
New Revision: 1022903

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/api/user-guide.html
    websites/staging/directory/trunk/content/api/user-guide/3-advanced-ldap-api-usage.html
    websites/staging/directory/trunk/content/api/user-guide/3.1-controls.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Dec 30 06:43:01 2017
@@ -1 +1 @@
-1819503
+1819572

Modified: websites/staging/directory/trunk/content/api/user-guide.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide.html Sat Dec 30 06:43:01 2017
@@ -210,7 +210,7 @@ Other pages are finished (but may be rev
 <li>
 <p><a href="user-guide/3-advanced-ldap-api-usage.html">3 - Advanced LDAP API usage (...)</a></p>
 <ul>
-<li><a href="user-guide/3.1-controls.html">3.1 - Controls (...)</a></li>
+<li><a href="user-guide/3.1-controls.html">3.1 - Controls</a></li>
 <li><a href="user-guide/3.2-extended-operations.html">3.2 - Extended operations (e)</a></li>
 <li><a href="user-guide/3.3-referrals.html">3.3 - Referrals (e)</a></li>
 <li><a href="user-guide/3.4-aliases.html">3.4 - Aliases (e)</a></li>

Modified: websites/staging/directory/trunk/content/api/user-guide/3-advanced-ldap-api-usage.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/3-advanced-ldap-api-usage.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/3-advanced-ldap-api-usage.html Sat Dec 30 06:43:01 2017
@@ -186,7 +186,7 @@ h2:hover > .headerlink, h3:hover > .head
 <h1 id="3-advanced-ldap-api-usage">3 - Advanced LDAP API Usage (...)<a class="headerlink" href="#3-advanced-ldap-api-usage" title="Permanent link">&para;</a></h1>
 <h2 id="contents">Contents<a class="headerlink" href="#contents" title="Permanent link">&para;</a></h2>
 <ul>
-<li><a href="3.1-controls.html">Controls (...)</a></li>
+<li><a href="3.1-controls.html">Controls</a></li>
 <li><a href="3.2-extended-operations.html">Extended operations (e)</a></li>
 <li><a href="3.3-referrals.html">Referrals (e)</a></li>
 <li><a href="3.4-aliases.html">Aliases (e)</a></li>

Modified: websites/staging/directory/trunk/content/api/user-guide/3.1-controls.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/3.1-controls.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/3.1-controls.html Sat Dec 30 06:43:01 2017
@@ -184,6 +184,16 @@
 }
 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="31-controls">3.1 - Controls<a class="headerlink" href="#31-controls" title="Permanent link">&para;</a></h1>
+<p>A LDAP Control is an extension to an operation. It tells the server to do something aside the standard operation, or it let the server send back some information to the client. A Control contains three different parts :</p>
+<ul>
+<li>An identifier, the control OID</li>
+<li>A flag telling the server what to do if it does not know about the control or if it results in an error (either return an error or ignore the control)</li>
+<li>A value which is generally BER encoded</li>
+</ul>
+<p>There are many controls available, some being standardized, other being server specific.</p>
+<p>One or more control can be added to any operation.</p>
+<p>Note that either the client or the server might not know about the controls being used, and if the criticality flag is set to FALSE, the server will ignore the control in this case.</p>
+<p>Please check <a href="6.7-control.html">this page</a> for a detailed description on controls usage.</p>
 
 
     <div class="nav">