[Date Prev][Date Next] [Chronological] [Thread] [Top]

ld->ld_matched ?



RFC 1823 specifies the ld_matched field in the LDAP connection handle, and
ldap_result2error() parses this field from a result message. But nowhere in
the API is there any function or option for retrieving this field. The only
way a user would normally see this field is if the code calls ldap_perror(),
and this function itself is deprecated. Shouldn't there at least be a flag
to ldap_get/set_option() that manipulates this field?