NA wrote:
When you authenticate with the LdapConnection, the authenticate method first parameter is version.


ld.authenticate( 3, MGR_DN, MGR_PW );



As I said before, I get this error when I call the constructor for netscape.ldap.util.ConnectionPool. It is intended to be a pool of anonymous connections anyway, but regardless at the time I make this call there is *no* connection class instance for me to submit this method to. The connections for the pool are created and established behind the scenes (see the private methods createPool and setupPool for ConnectionPool). Is my only alternative to use the constructor with the example connection (ldc) signature? Is there any plan to change the default version to 3, or perhaps allow the specification of version in the ConnectionPool constructor? If not, why not?


Jon Roberts
www.mentata.com




Reply via email to