On Fri, Jul 4, 2008 at 3:41 AM, Eugen Paraschiv <eugenp@axz.ro> wrote:
> I'll try to go into specifics. I am trying simply to connect to an LDAP
> server;
How are you connecting? Over the wire or in embedded mode?
> I installed Apache Directory 1.5.2 and I started it on localhost; Now I am
> trying to access it from Java programatically, and I found a few examples of
> code which were a little old. Now that the classes are removed from 1.5.2
What classes you referring to?
> I am trying to achieve the same functionality with the new classes: to
> connect to the server, do a search, and some entries and disconnect (to
> start with); the problem is that I cannot find the Javadoc for 1.5.2 and
> there seem to be no examples out there for this version.
Look at the test cases for up to date examples. If tests fail then we don't
commit.
Alex
|