LDAPControl represents a client or server control associated with an LDAP operation. Controls are part of the LDAP v3 protocol. You can use a control to extend the functionality of an LDAP operation.
There are two basic types of controls described in the LDAP v3 protocol:
LDAPControl is defined as follows:
typedef struct ldapcontrol {char *ldctl_oid;
struct berval ldctl_value;
char ldctl_iscritical;
} LDAPControl, *PLDAPControl;The fields in this structure are described below:
ldctl_oid | |
ldctl_value |
|
ldctl_iscritical |
Last Updated: 10/01/98 17:05:28