Extended Request

The LDAP extended operation provides a degree of extensibility to the LDAP protocol by allowing clients to request operations not defined in the core protocol specification.

A server should display the supported Extensions within the rootDSE as a supportedExtension.

Examples of LDAP extended operations include:

The extended request protocol op is defined as follows:

ExtendedRequest ::= [APPLICATION 23] SEQUENCE {
    requestName      [0] LDAPOID,
    requestValue     [1] OCTET STRING OPTIONAL } 

The elements of the extended request include:

The response to an Extended Request is a Extended Response

More Information#

There might be more information for this subject on one of the following: