• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..11-Nov-20139

aclocal.m4H A D08-May-2009264.4 KiB

AUTHORSH A D08-May-200932

config.guessH A D08-May-200942.6 KiB

config.subH A D08-May-200930.9 KiB

configureH A D07-Feb-2012664.9 KiB

configure.inH A D07-Feb-20122.9 KiB

COPYRIGHTH A D07-Feb-2012234

depcompH A D08-May-200915.6 KiB

doxygen.rcH A D07-Feb-201253.6 KiB

examples/H11-Nov-20138

install-shH A D08-May-20099 KiB

LICENSEH A D08-May-20092.2 KiB

ltmain.shH A D08-May-2009191.8 KiB

Makefile.amH A D07-Feb-2012225

Makefile.inH A D07-Feb-201218.9 KiB

missingH A D08-May-200910.8 KiB

READMEH A D08-May-20091.4 KiB

src/H11-Nov-201394

TODOH A D08-May-20091,007

version.shH A D07-Feb-2012351

version.varH A D07-Feb-2012274

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 apropriate 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 compliation 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