5.115.1.4 Control

 Type Control = [controlType: LDAPString, criticality: BOOL,
                 controlValue: LDAPString]

Control is an abstract type that contains information about an LDAP control. It is a tuple of the following:

controlType: LDAP control OID.

criticality: LDAP control criticality.

controlValue: LDAP control value.