On 01/23/2006 04:52 AM, Brad Nicholes wrote: >>>>On 1/21/2006 at 7:02 am, in message <[EMAIL PROTECTED]>, > > [EMAIL PROTECTED] wrote:
>> >>Just curious. Any particular reason why we sometimes use ldap_set_option and >>sometimes >>apr_ldap_set_option in util_ldap.c? >> > > No real good reason other than the calls to ldap_set_option() predate the > existence of apr_ldap_set_option() > and were never converted. The reason why apr_ldap_set_option() was created > was to abstract the differences > in the way that starting TLS/SSL happened for each LDAP SDK. Since ldap > options such as LDAP_OPT_PROTOCOL_VERSION > were common among all of the SDKs, there was just no compelling reason to > convert the existing call. > Thanks for clarification. I already thought that something like that could be the reason :). Regards RĂ¼diger
