1 This is an unstable development release of a LDAPv3 C++ Class Library.
2 It was created as the diploma thesis (final project) of my computer
4 It is based upon the OpenLDAP C-API and so it needs the C-library and
9 Just run the "configure" script with the apropriate options. Especially
10 these two options can be imported, if you didn't install the OpenLDAP-
11 libraries in the default place:
13 --with-libldap=<path to libldap> : To tell configure where the OpenLDAP
14 C-libraries are located.
15 --with-ldap-includes=<path to ldap include files> : To tell configure
16 where the OpenLDAP include files are located.
17 --enable-debug to enable compliation with debugging symbols and stderr
19 (run "configure --help" to see all possible command line options)
21 If configure finishes without problems. You can simply call "make" to
22 build the library and "make install" to install it.
26 Docs are very incomplete. You can either look in the source files for
27 the documentation comment of generate documentation using "doxygen"
28 or any other javadoc compatible documentation generator.
30 Bugreports and other feedback:
31 ==============================
32 If you find bugs please feel free to send me a detailed report. All
33 other kinds of feedback are welcomed as well.
36 Ralf Haferkamp <rhafer@suse.de>