Index of /archives/NetBSD/NetBSD-release-10/src/external/bsd/openldap/dist/contrib/ldapc++
Name Last modified Size Description
Parent Directory -
AUTHORS 2008-05-22 23:20 32
COPYRIGHT 2021-08-15 01:05 234
CVS/ 2022-12-18 05:37 -
Makefile.am 2021-08-15 01:05 225
Makefile.in 2021-08-15 01:05 19K
README 2021-08-15 01:05 1.4K
TODO 2021-08-15 01:05 1.0K
aclocal.m4 2021-08-15 01:05 365K
config.guess 2020-11-17 19:35 47K
config.sub 2020-08-11 22:15 31K
configure 2021-08-15 01:05 570K
configure.ac 2021-08-15 01:05 2.9K
depcomp 2008-05-22 23:20 16K
doxygen.rc 2021-08-15 01:05 54K
examples/ 2022-12-18 05:32 -
install-sh 2008-05-22 23:20 9.0K
ltmain.sh 2021-08-15 01:05 316K
missing 2021-08-15 01:05 6.7K
src/ 2022-12-18 05:32 -
version.sh 2021-08-15 01:05 351
version.var 2021-08-15 01:05 274
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 appropriate options. Especially
these two options can be imported, if you didn't install the OpenLDAP-
libraries in the default place:
--with-libldap=<path to libldap> : To tell configure where the OpenLDAP
C-libraries are located.
--with-ldap-includes=<path to ldap include files> : To tell configure
where the OpenLDAP include files are located.
--enable-debug to enable compilation 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 <rhafer@suse.de>