openldap/contrib/ldapc++
2005-01-01 20:49:32 +00:00
..
examples regenerated autoconf/automake stuff 2003-06-05 18:14:46 +00:00
src Happy New Year! 2005-01-01 20:49:32 +00:00
acconfig.h - changed configure option --disable-debug to --enable-debug 2000-10-05 14:16:16 +00:00
aclocal.m4 regenerated autoconf/automake stuff 2003-06-05 18:14:46 +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 -replaced deprecated AM_PROG_LIBTOOL with AC_PROG_LIBTOOL 2002-03-06 22:54:02 +00:00
config.sub -replaced deprecated AM_PROG_LIBTOOL with AC_PROG_LIBTOOL 2002-03-06 22:54:02 +00:00
configure regenerated autoconf/automake stuff 2003-06-05 18:14:46 +00:00
configure.in Moved sample code to examples dir 2003-06-05 18:10:44 +00:00
COPYRIGHT Happy New Year! 2005-01-01 20:49:32 +00:00
depcomp regenerated autoconf/automake stuff 2003-06-05 18:14:46 +00:00
doxygen.rc - removed char* in favour of string 2000-10-03 18:25:34 +00:00
install-sh - removed char* in favour of string 2000-10-03 18:25:34 +00:00
LICENSE Happy new year 2003-01-03 20:20:47 +00:00
ltmain.sh -replaced deprecated AM_PROG_LIBTOOL with AC_PROG_LIBTOOL 2002-03-06 22:54:02 +00:00
Makefile.am Moved sample code to examples dir 2003-06-05 18:10:44 +00:00
Makefile.in regenerated autoconf/automake stuff 2003-06-05 18:14:46 +00:00
missing Initial check of the LDAP C++ SDK written by Ralf Haferkamp <rhafer@suse.de> 2000-09-01 18:46:32 +00:00
mkinstalldirs - removed char* in favour of string 2000-10-03 18:25:34 +00:00
README - changed configure option --disable-debug to --enable-debug 2000-10-05 14:16:16 +00:00
stamp-h.in Initial check of the LDAP C++ SDK written by Ralf Haferkamp <rhafer@suse.de> 2000-09-01 18:46:32 +00:00
TODO Updated todo list 2002-01-21 23:02:44 +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 apropriate 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 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 <rhafer@suse.de>