At 01:44 PM 1/6/2005, Graham Leggett wrote: >Brad Nicholes wrote: > >>>How are client certificates specified within the Novell toolkit? > >>With the API's ldapssl_set_client_cert() and >>ldapssl_set_client_private_key() > >Can you do this after ldap_init()? > >My thinking is to teach apr_ldap_set_option(ld, APR_LDAP_OPT_TLS_*CERT*, >cert|key) to do this:
Wouldn't it be *much* more economical to do something similar to apr_procattr_t, where we set up all the choices beforehand, and can reuse the apr_ldapopt_t over and over on each ldap connection for options which do not change? Bill
