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

..25-Oct-2021-

examples/H25-Oct-2021-995776

src/H25-Oct-2021-10,1566,550

AUTHORSH A D25-Oct-202132 21

COPYRIGHTH A D25-Oct-2021234 74

Makefile.amH A D25-Oct-2021225 112

Makefile.inH A D25-Oct-202124.5 KiB804704

READMEH A D25-Oct-20211.4 KiB3829

TODOH A D25-Oct-20211,007 3223

aclocal.m4H A D25-Oct-2021364.3 KiB10,1909,213

compileH A D25-Oct-20217.2 KiB349259

config.guessH A D25-Oct-202143.2 KiB1,4811,288

config.subH A D25-Oct-202135.3 KiB1,8021,661

configureH A D25-Oct-2021569.5 KiB18,62715,733

configure.acH A D25-Oct-20212.9 KiB10291

depcompH A D25-Oct-202123 KiB792502

doxygen.rcH A D25-Oct-202153.6 KiB1,314934

install-shH A D25-Oct-202115 KiB519337

ltmain.shH A D25-Oct-2021316.5 KiB11,1487,979

missingH A D25-Oct-20216.7 KiB216143

version.shH A D25-Oct-2021351 114

version.varH A D25-Oct-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