openldap/contrib/ldapc++
Quanah Gibson-Mount ce2c5173bd ITS#9161 - Fix various typos
Fix a number of different typos across the code base
2021-02-17 18:42:46 +00:00
..
examples Happy New Year! 2021-01-11 19:25:53 +00:00
src ITS#9161 - Fix various typos 2021-02-17 18:42:46 +00:00
aclocal.m4 ITS#9177 - Finish updating migration to latest autoconf and related build tools 2020-04-10 17:44:56 +00:00
AUTHORS Initial check of the LDAP C++ SDK written by Ralf Haferkamp <rhafer@suse.de> 2000-09-01 18:46:32 +00:00
config.guess ITS#7855 - Update config.guess and config.sub for ldapc++ contrib module 2020-02-03 19:12:36 +00:00
config.sub ITS#7855 - Update config.guess and config.sub for ldapc++ contrib module 2020-02-03 19:12:36 +00:00
configure Happy New Year! 2021-01-11 19:25:53 +00:00
configure.in Happy New Year! 2021-01-11 19:25:53 +00:00
COPYRIGHT Happy New Year! 2021-01-11 19:25:53 +00:00
depcomp - removed deprecated acconfig.h. 2006-06-01 16:19:44 +00:00
doxygen.rc ITS#8605 - spelling fixes 2017-10-11 14:39:38 -07:00
install-sh - removed deprecated acconfig.h. 2006-06-01 16:19:44 +00:00
ltmain.sh ITS#9177 - Finish updating migration to latest autoconf and related build tools 2020-04-10 17:44:56 +00:00
Makefile.am Happy New Year! 2021-01-11 19:25:53 +00:00
Makefile.in Happy New Year! 2021-01-11 19:25:53 +00:00
missing ITS#9177 - Finish updating migration to latest autoconf and related build tools 2020-04-10 17:44:56 +00:00
README ITS#8605 - spelling fixes 2017-10-11 14:39:38 -07:00
TODO ITS#9161 - Fix various typos 2021-02-17 18:42:46 +00:00
version.sh Happy New Year! 2021-01-11 19:25:53 +00:00
version.var Happy New Year! 2021-01-11 19:25:53 +00:00

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>