From 7731832751ab9f3c6ddeb66f186d3d7fa1934a6d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 13:11:40 +0200 Subject: Adding upstream version 2.4.57+dfsg. Signed-off-by: Daniel Baumann --- contrib/ldapc++/README | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 contrib/ldapc++/README (limited to 'contrib/ldapc++/README') diff --git a/contrib/ldapc++/README b/contrib/ldapc++/README new file mode 100644 index 0000000..5c49b1f --- /dev/null +++ b/contrib/ldapc++/README @@ -0,0 +1,37 @@ +This is an unstable development release of a LDAPv3 C++ Class Library. +It was created as the diploma thesis (final project) of my computer +science studies. +It is based upon the OpenLDAP C-API and so it needs the C-library and +Headerfiles installed. + +Installation: +============= +Just run the "configure" script with the apropriate options. Especially +these two options can be imported, if you didn't install the OpenLDAP- +libraries in the default place: + +--with-libldap= : To tell configure where the OpenLDAP + C-libraries are located. +--with-ldap-includes= : To tell configure + where the OpenLDAP include files are located. +--enable-debug to enable compliation with debugging symbols and stderr + output +(run "configure --help" to see all possible command line options) + +If configure finishes without problems. You can simply call "make" to +build the library and "make install" to install it. + +Documentation: +============== +Docs are very incomplete. You can either look in the source files for +the documentation comment of generate documentation using "doxygen" +or any other javadoc compatible documentation generator. + +Bugreports and other feedback: +============================== +If you find bugs please feel free to send me a detailed report. All +other kinds of feedback are welcomed as well. + + + Ralf Haferkamp + -- cgit v1.2.3