mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
10566c8be3
* javascript * kernel * ldap * length * macros * maintained * manager * matching * maximum * mechanism * memory * method * mimic * minimum * modifiable * modifiers * modifying * multiple * necessary * normalized * objectclass * occurrence * occurring * offered * operation * original * overridden * parameter * permanent * preemptively * printable * protocol * provider * really * redistribution * referenced * refresh * regardless * registered * request * reserved * resource * response * sanity * separated * setconcurrency * should * specially * specifies * structure * structures * subordinates * substitution * succeed * successful * successfully * sudoers * sufficient * superiors * supported * synchronization * terminated * they're * through * traffic * transparent * unsigned * unsupported * version * absence * achieves * adamson * additional * address * against * appropriate * architecture * associated * async * attribute * authentication * authorized * auxiliary * available * begin * beginning * buffered * canonical * certificate * charray * check * class * compatibility * compilation * component * configurable * configuration * configure * conjunction * constraints * constructor * contained * containing * continued * control * convenience * correspond * credentials * cyrillic * database * definitions * deloldrdn * dereferencing * destroy * distinguish * documentation * emmanuel * enabled * entry * enumerated * everything * exhaustive * existence * existing * explicitly * extract * fallthru * fashion * february * finally * function * generically * groupname * happened * implementation * including * initialization * initializes * insensitive * instantiated * instantiation * integral * internal * iterate
38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
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>
|
|
|