SupportedControl

Overview#

An LDAP control is an element that may be included in an LDAP Message. If it is included in a request message, it can be used to provide additional information about the way that the operation should be processed. If it is included in the response message, it can be used to provide additional information about the way the operation was processed.

The SupportedControl by a particular LDAP server can be obtained by querying the RootDSE.

Examples of LDAP controls include:

Definition#

An LDAP control is defined as follows:
        Control ::= SEQUENCE {
             controlType             LDAPOID,
             criticality             BOOLEAN DEFAULT FALSE,
             controlValue            OCTET STRING OPTIONAL } 

The elements of a control include:

You can enhance an LDAP search by Searching Using Controls

eDirectory LDAP Virtual List View and Server Side Sort Controls!! More Information#

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