• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

examples/21-Dec-2021-859655

src/21-Dec-2021-10,0026,320

AUTHORSD01-Sep-200032 21

COPYRIGHTD21-Dec-2021234 74

Makefile.amD21-Dec-2021225 112

Makefile.inD21-Dec-202118.9 KiB621538

READMED21-Dec-20211.4 KiB3829

TODOD21-Dec-20211,007 3223

aclocal.m4D21-Dec-2021365.2 KiB10,2299,247

config.guessD16-Jan-202147.4 KiB1,6691,458

config.subD16-Jan-202130.9 KiB1,7941,637

configureD21-Dec-2021570.1 KiB18,65715,754

configure.acD14-Aug-20212.9 KiB10291

depcompD17-Aug-200615.6 KiB531330

doxygen.rcD21-Dec-202153.6 KiB1,314934

install-shD17-Aug-20069 KiB324189

ltmain.shD21-Dec-2021316.5 KiB11,1487,979

missingD21-Dec-20216.7 KiB216143

version.shD21-Dec-2021351 114

version.varD21-Dec-2021274 146

README

1This is an unstable development release of a LDAPv3 C++ Class Library.
2It was created as the diploma thesis (final project) of my computer
3science studies.
4It is based upon the OpenLDAP C-API and so it needs the C-library and
5Headerfiles installed.
6
7Installation:
8=============
9Just run the "configure" script with the appropriate options. Especially
10these two options can be imported, if you didn't install the OpenLDAP-
11libraries in the default place:
12
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 compilation with debugging symbols and stderr
18        output
19(run "configure --help" to see all possible command line options)
20
21If configure finishes without problems. You can simply call "make" to
22build the library and "make install" to install it.
23
24Documentation:
25==============
26Docs are very incomplete. You can either look in the source files for
27the documentation comment of generate documentation  using "doxygen"
28or any other javadoc compatible documentation generator.
29
30Bugreports and other feedback:
31==============================
32If you find bugs please feel free to send me a detailed report. All
33other kinds of feedback are welcomed as well.
34
35
36          Ralf Haferkamp <rhafer@suse.de>
37
38