7321N/A<?xml version="1.0" encoding="UTF-8"?>
7321N/A<!--
7321N/A ! CCPL HEADER START
7321N/A !
7321N/A ! This work is licensed under the Creative Commons
7321N/A ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
7321N/A ! To view a copy of this license, visit
7321N/A ! http://creativecommons.org/licenses/by-nc-nd/3.0/
7321N/A ! or send a letter to Creative Commons, 444 Castro Street,
7321N/A ! Suite 900, Mountain View, California, 94041, USA.
7321N/A !
7321N/A ! You can also obtain a copy of the license at
7321N/A ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
7321N/A ! See the License for the specific language governing permissions
7321N/A ! and limitations under the License.
7321N/A !
7321N/A ! If applicable, add the following below this CCPL HEADER, with the fields
7321N/A ! enclosed by brackets "[]" replaced with your own identifying information:
7321N/A ! Portions Copyright [yyyy] [name of copyright owner]
7321N/A !
7321N/A ! CCPL HEADER END
7321N/A !
7321N/A ! Copyright 2011 ForgeRock AS
7321N/A !
7321N/A-->
7321N/A<appendix xml:id='appendix-extended-ops'
7321N/A xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
7321N/A xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
7321N/A xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
7321N/A xmlns:xlink='http://www.w3.org/1999/xlink'
7321N/A xmlns:xinclude='http://www.w3.org/2001/XInclude'>
7321N/A <title>LDAP Extended Operations</title>
7321N/A
7321N/A <para>Extended operations allow additional operations to be defined for
7321N/A services not already available in the protocol</para>
7321N/A
7321N/A <para>OpenDJ software supports the following LDAP extended operations.</para>
7321N/A
7321N/A <variablelist>
7321N/A <varlistentry xml:id="cancel-extended-request">
7321N/A <term>Cancel Extended Request</term>
7321N/A <listitem>
7321N/A <indexterm>
7321N/A <primary>LDAP extended operations</primary>
7321N/A <secondary>Cancel</secondary>
7321N/A </indexterm>
7321N/A <para>Object Identifier: 1.3.6.1.1.8</para>
7321N/A <para>RFC: <link xlink:href='http://tools.ietf.org/html/rfc3909'>RFC 3909
7321N/A - Lightweight Directory Access Protocol (LDAP) Cancel Operation</link>
7321N/A </para>
7321N/A </listitem>
7321N/A </varlistentry>
7321N/A
7321N/A <varlistentry xml:id="get-connection-id-extended-request">
7321N/A <term>Get Connection ID Extended Request</term>
7321N/A <listitem>
7321N/A <indexterm>
7321N/A <primary>LDAP extended operations</primary>
7321N/A <secondary>Get Connection ID</secondary>
7321N/A </indexterm>
7321N/A <para>Object Identifier: 1.3.6.1.4.1.26027.1.6.2</para>
7321N/A <para>OpenDJ extended operation to return the connection ID of the
7321N/A associated client connection. This extended operation is intended for OpenDJ
7321N/A internal use.</para>
7321N/A </listitem>
7321N/A </varlistentry>
7321N/A
7321N/A <varlistentry xml:id="password-modify-extended-request">
7321N/A <term>Password Modify Extended Request</term>
7321N/A <listitem>
7321N/A <indexterm>
7321N/A <primary>LDAP extended operations</primary>
7321N/A <secondary>Password modify</secondary>
7321N/A </indexterm>
7321N/A <para>Object Identifier: 1.3.6.1.4.1.4203.1.11.1</para>
7321N/A <para>RFC: <link xlink:href='http://tools.ietf.org/html/rfc3062'>RFC 3062
7321N/A - LDAP Password Modify Extended Operation</link></para>
7321N/A </listitem>
7321N/A </varlistentry>
7321N/A
7321N/A <varlistentry xml:id="password-policy-state-extended-operation">
7321N/A <term>Password Policy State Extended Operation</term>
7321N/A <listitem>
7321N/A <indexterm>
7321N/A <primary>LDAP extended operations</primary>
7321N/A <secondary>Password policy state</secondary>
7321N/A </indexterm>
7321N/A <para>Object Identifier: 1.3.6.1.4.1.26027.1.6.1</para>
7321N/A <para>OpenDJ extended operation to query and update password policy state
7321N/A for a given user entry. This extended operation is intended for OpenDJ
7321N/A internal use.</para>
7321N/A </listitem>
7321N/A </varlistentry>
7321N/A
7321N/A <varlistentry xml:id="start-transport-layer-security-extended-request">
7321N/A <term>Start Transport Layer Security Extended Request</term>
7321N/A <listitem>
7321N/A <indexterm>
7321N/A <primary>LDAP extended operations</primary>
7321N/A <secondary>StartTLS</secondary>
7321N/A </indexterm>
7321N/A <para>Object Identifier: 1.3.6.1.4.1.1466.20037</para>
7321N/A <para>RFC: <link xlink:href='http://tools.ietf.org/html/rfc4511'>RFC 4511
7321N/A - Lightweight Directory Access Protocol (LDAP): The Protocol</link></para>
7321N/A </listitem>
7321N/A </varlistentry>
7321N/A
7321N/A <varlistentry xml:id="who-am-i-extended-request">
7321N/A <term>Who am I? Extended Request</term>
7321N/A <listitem>
7321N/A <indexterm>
7321N/A <primary>LDAP extended operations</primary>
7321N/A <secondary>What am I?</secondary>
7321N/A </indexterm>
7321N/A <para>Object Identifier: 1.3.6.1.4.1.4203.1.11.3</para>
7321N/A <para>RFC: <link xlink:href='http://tools.ietf.org/html/rfc4532'>RFC 4532
7321N/A - Lightweight Directory Access Protocol (LDAP) "Who am I?" Operation</link>
7321N/A </para>
7321N/A </listitem>
7321N/A </varlistentry>
7321N/A </variablelist>
7321N/A</appendix>