[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: LDAP_OPT_PROTOCOL_VERSION returning 2, when 2 not supported. (ITS#2454)
At 11:00 PM 4/16/2003, jhaltom@feedbackplusinc.com wrote:
>I think that LDAP_OPT_PROTOCOL_VERSION
>shouldn't have been set to 2 when 2 wasn't supported.
The client library supports both versions 2 and 3. API
technical specification requires the default to be 2.
As LDAPv2 is now historic, all applications should be
setting the version to 3 initially and only downgrading
to 2 when required for legacy reasons.
Kurt