ldapsdk
0.0.1
|
#include <iostream>
#include <string>
#include <ldap.h>
#include <LDAPEntry.h>
#include <LDAPException.h>
#include <LDAPMessageQueue.h>
#include <LDAPConstraints.h>
#include <LDAPModification.h>
#include <LDAPModList.h>
#include <LDAPUrl.h>
#include <LDAPUrlList.h>
#include <SaslInteractionHandler.h>
#include <TlsOptions.h>
Go to the source code of this file.
Classes | |
class | LDAPAsynConnection |
This class represents an asynchronous connection to an LDAP-Server. More... | |