[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: versions 1.2.11 and 2.0.11
At 08:05 AM 8/1/2001, Edwin Culp wrote:
>I am currently testing both versions but am finding it much more difficult
>to make 2.0.11 work with programs like proftpd, courier and several others.
>I can't even do a ldapsearch from the 2.0.11 server to one of the 1.2.11
>servers but I can search the 2.0.11 from all the 1.2.11 servers.
>ldap_bind: Protocol error
> additional info: version not supported
I assume you mean you cannot use the 2.0 ldapsearch(1) client
to search the 1.2 server. 2.0 uses LDAPv3 by default, which
is not supported by 1.2. Use -P 2.
Kurt