Apache Portable Runtime
|
#include <apr_ldap.h>
LDAP parsed control structures.
Use this structure to pass or receive the parameters required when creating or parsing a control.
Unrecognised controls can be created or parsed using the APR_LDAP_CONTROL_OID type and a raw binary value.
union { ... } apr_ldap_control_t::c |
Details of each control, based on the control type.
int apr_ldap_control_t::critical |
Is the control critical
apr_ldap_control_oid_t apr_ldap_control_t::oid |
Control specified by OID and value
apr_ldap_control_pagerequest_t apr_ldap_control_t::pagerq |
Page request control
apr_ldap_control_pageresponse_t apr_ldap_control_t::pagers |
Page response control
apr_ldap_control_sortrequest_t apr_ldap_control_t::sortrq |
Sort request control
apr_ldap_control_sortresponse_t apr_ldap_control_t::sortrs |
Sort response control
apr_ldap_control_e apr_ldap_control_t::type |
The type of the control.
apr_ldap_control_vlvrequest_t apr_ldap_control_t::vlvrq |
VLV request control
apr_ldap_control_vlvresponse_t apr_ldap_control_t::vlvrs |
VLV response control