ld.authenticate( 3, MGR_DN, MGR_PW );
Jon Roberts wrote:
NA wrote:
It does user ldap v2 by default. Specify ldap v3 and you should be all set.
Jon Roberts wrote:
I am using the Netscape Java SDK v4.1 for applications that interact with an OpenLDAP v2.1.12 server. When I attempt to create a connection pool with a standard configuration, I get an LDAP protocol error (2), but if I configure OpenLDAP to accept LDAP v2 bindings, it works fine. Why might this be happening? Is it possible to create connection pools with LDAP v3?
I didn't see anything in the release notes, but if this is something I can fix by downloading and building the latest version of the SDK, I'll gladly do it.
Jon Roberts www.mentata.com
Where do I specify this? I am getting the error when calling:
new ConnectionPool(...)
There is no method I'm aware of to set the version for all interactions.
Jon Roberts www.mentata.com
