On 01/20/2006 05:53 PM, [EMAIL PROTECTED] wrote: > Author: bnicholes
[..cut..]
>
> + /* always default to LDAP V3 */
> + ldap_set_option(ldc->ldap, LDAP_OPT_PROTOCOL_VERSION, &version);
> +
> /* set client certificates */
> if (!apr_is_empty_array(ldc->client_certs)) {
> apr_ldap_set_option(ldc->pool, ldc->ldap, APR_LDAP_OPT_TLS_CERT,
Just curious. Any particular reason why we sometimes use ldap_set_option and
sometimes
apr_ldap_set_option in util_ldap.c?
Regards
RĂ¼diger
