ldapEasyInterface - Summary
This C++ library supplies to the programmer some tools facilitating the manupilation of a LDAP database.
It provides an "ldapEasyInterface" class (with associated methods) which includes:
- an input buffer,
- an output buffer (or results buffer),
- a backup buffer which allows temporary savings
for the I/O buffers (allowing to repeat or chain requests),
- and differents methods to manipulate LDAP
concepts (and content of the buffers) in a easy way.
This notion of buffers allows, in particular, the batch processing of requests to LDAP databases (eg: the methods "doAddSearchScope...()" vs "doSearchScope...()" and methods: "doSwapEntriesAndResults()", "doSaveInEntries()", "doSaveOutEntries()", "doRestoreInEntries()", ...).
Registration Date: Thu 18 Feb 2010 06:01:09 AM UTC
License: GNU General Public License V3 or later
Development Status: 4 - Beta


