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/27 11:32:51 UTC

svn commit: r1022781 - in /websites/staging/directory/trunk/content: ./ api/user-guide/6.7-control.html

Author: buildbot
Date: Wed Dec 27 11:32:50 2017
New Revision: 1022781

Log:
Staging update by buildbot for directory

Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/api/user-guide/6.7-control.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec 27 11:32:50 2017
@@ -1 +1 @@
-1819331
+1819332

Modified: websites/staging/directory/trunk/content/api/user-guide/6.7-control.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/6.7-control.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/6.7-control.html Wed Dec 27 11:32:50 2017
@@ -183,7 +183,7 @@
   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="67-control">6.7 - Control<a class="headerlink" href="#67-control" title="Permanent link">&para;</a></h1>
+<h1 id="67-control">6.7 - Control (...)<a class="headerlink" href="#67-control" title="Permanent link">&para;</a></h1>
 <p>A <em>LDAP</em> <em>Control</em> 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.</p>
 <p>There are many controls available, some being standardized, other being server specific.</p>
 <p>In any case, you can always add onr or more control to any operation. </p>
@@ -209,6 +209,7 @@ h2:hover > .headerlink, h3:hover > .head
 <th>Description</th>
 <th>C/S</th>
 <th>RFC</th>
+<th>LDAP Servers</th>
 </tr>
 </thead>
 <tbody>
@@ -218,6 +219,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Microsoft LDAP Control for Directory Synchronization</td>
 <td>C/S</td>
 <td><a href="http://tools.ietf.org/html/draft-armijo-ldap-dirsync-01">DIRSync draft</a></td>
+<td>AD</td>
 </tr>
 <tr>
 <td>AdPolicyHints</td>
@@ -225,6 +227,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Enforces the password history length constraint during password set</td>
 <td>S</td>
 <td><a href="https://msdn.microsoft.com/en-us/library/hh128228.aspx">LDAP_SERVER_POLICY_HINTS_OID</a></td>
+<td>AD</td>
 </tr>
 <tr>
 <td>AdShowDeleted</td>
@@ -232,6 +235,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>DirSync search returns deleted entries</td>
 <td>C</td>
 <td><a href="https://msdn.microsoft.com/en-us/library/cc223326.aspx">LDAP_SERVER_SHOW_DELETED_OID</a></td>
+<td>AD</td>
 </tr>
 <tr>
 <td>Cascade</td>
@@ -239,6 +243,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Used to ask the server to delete an entry and all its descendants</td>
 <td>S</td>
 <td>None</td>
+<td>AP</td>
 </tr>
 <tr>
 <td>ChangeNotifications</td>
@@ -246,6 +251,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Registers the client to be notified when changes are made to an object in Active Directory.</td>
 <td>S</td>
 <td><a href="https://msdn.microsoft.com/en-us/library/cc223353.aspx">LDAP_SERVER_NOTIFICATION_OID</a></td>
+<td>AD</td>
 </tr>
 <tr>
 <td>EntryChange</td>
@@ -253,6 +259,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Provides a simple mechanism by which an LDAP client can</td>
 <td></td>
 <td></td>
+<td></td>
 </tr>
 <tr>
 <td>receive notification of changes that occur in an LDAP server</td>
@@ -260,6 +267,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td><a href="https://www.ietf.org/proceedings/51/I-D/draft-ietf-ldapext-psearch-03.txt">Persistent Search: A Simple LDAP Change Notification Mechanism</a></td>
 <td>AP</td>
 <td></td>
+<td></td>
 </tr>
 <tr>
 <td>ManageDSAIT</td>
@@ -267,6 +275,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Allows access to management objects as standard objects</td>
 <td>S</td>
 <td><a href="https://www.ietf.org/rfc/rfc3296.txt">RFC 3296</a></td>
+<td>AP/OL</td>
 </tr>
 <tr>
 <td>PagedResults</td>
@@ -274,6 +283,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>A request/response control used to implement a simple paging of search results</td>
 <td>C/S</td>
 <td><a href="http://www.faqs.org/rfcs/rfc2696.html">RFC 2696</a></td>
+<td>All</td>
 </tr>
 <tr>
 <td>PasswordPolicy</td>
@@ -281,6 +291,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>The password policy control</td>
 <td>C/S</td>
 <td><a href="https://tools.ietf.org/html/draft-behera-ldap-password-policy-10">PasswordPolicy draft</a></td>
+<td>AP/OL</td>
 </tr>
 <tr>
 <td>PermissiveModify</td>
@@ -288,6 +299,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Allows an LDAP modify to work under less restrictive conditions</td>
 <td>S</td>
 <td><a href="https://msdn.microsoft.com/en-us/library/cc223352.aspx">LDAP_SERVER_PERMISSIVE_MODIFY_OID</a></td>
+<td>AD</td>
 </tr>
 <tr>
 <td>PersistentSearch</td>
@@ -295,6 +307,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Provides a simple mechanism by which an LDAP client can receive notification of changes that occur in an LDAP server</td>
 <td><a href="https://tools.ietf.org/html/draft-ietf-ldapext-psearch-03">Persistent Search</a></td>
 <td>AP/OL</td>
+<td></td>
 </tr>
 <tr>
 <td>ProxiedAuthz</td>
@@ -302,6 +315,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Defines the Proxy Authorization request</td>
 <td>S</td>
 <td><a href="ttps://tools.ietf.org/html/rfc4370">RFC 4370</a></td>
+<td>AP/OL</td>
 </tr>
 <tr>
 <td>SortRequest</td>
@@ -309,6 +323,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Server Side Sort request control</td>
 <td>S</td>
 <td><a href="http://tools.ietf.org/html/rfc2891">RFC 2891</a></td>
+<td>AP/OL</td>
 </tr>
 <tr>
 <td>SortResponse</td>
@@ -316,6 +331,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Server Side Sort request control</td>
 <td>C</td>
 <td><a href="http://tools.ietf.org/html/rfc2891">RFC 2891</a></td>
+<td>AP/OL</td>
 </tr>
 <tr>
 <td>Subentries</td>
@@ -323,6 +339,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Controls the visibility of entries and subentries</td>
 <td>S</td>
 <td><a href="http://tools.ietf.org/html/rfc3672">RFC 3672</a></td>
+<td>AP/OL</td>
 </tr>
 <tr>
 <td>SyncDoneValue</td>
@@ -330,6 +347,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Control sent when replication has been completed. It contains a cookie.</td>
 <td>C</td>
 <td><a href="https://tools.ietf.org/html/rfc4533">RFC 4533</a></td>
+<td>AP/OL</td>
 </tr>
 <tr>
 <td>SyncRequestValue</td>
@@ -337,6 +355,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Controls the syncrepl process</td>
 <td>S</td>
 <td><a href="https://tools.ietf.org/html/rfc4533">RFC 4533</a></td>
+<td>AP/OL</td>
 </tr>
 <tr>
 <td>SyncStateValue</td>
@@ -344,6 +363,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Gives the syncrepl state</td>
 <td>C</td>
 <td><a href="https://tools.ietf.org/html/rfc4533">RFC 4533</a></td>
+<td>AP/OL</td>
 </tr>
 <tr>
 <td>VirtualListViewRequest</td>
@@ -351,6 +371,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Sent to the server to request a subset of results</td>
 <td>S</td>
 <td><a href="https://tools.ietf.org/html/draft-ietf-ldapext-ldapv3-vlv-09">Scrolling View Browsing of Search Results</a></td>
+<td>AP</td>
 </tr>
 <tr>
 <td>VirtualListViewResponse</td>
@@ -358,6 +379,7 @@ h2:hover > .headerlink, h3:hover > .head
 <td>Sent back to the client to give the search current status</td>
 <td>C</td>
 <td><a href="https://tools.ietf.org/html/draft-ietf-ldapext-ldapv3-vlv-09">Scrolling View Browsing of Search Results</a></td>
+<td>AP</td>
 </tr>
 </tbody>
 </table>