Go to the documentation of this file.
7 #ifndef LDAP_REBIND_AUTH_H
8 #define LDAP_REBIND_AUTH_H
27 LDAPRebindAuth(
const std::string& dn=
"",
const std::string& pwd=
"");
42 const std::string&
getDN()
const;
51 std::string m_password;
54 #endif //LDAP_REBIND_AUTH_H
#define LDAP_DEBUG_TRACE
Definition: debug.h:12
#define LDAP_DEBUG_PARAMETER
Definition: debug.h:15
virtual ~LDAPRebindAuth()
Destructor.
Definition: LDAPRebindAuth.cpp:28
#define DEBUG(level, arg)
Definition: debug.h:30
#define LDAP_DEBUG_DESTROY
Definition: debug.h:14
This class represent Authenication information for the case that the library is chasing referrals.
Definition: LDAPRebindAuth.h:21
#define LDAP_DEBUG_CONSTRUCT
Definition: debug.h:13
const std::string & getDN() const
Definition: LDAPRebindAuth.cpp:32
const std::string & getPassword() const
Definition: LDAPRebindAuth.cpp:37
LDAPRebindAuth(const std::string &dn="", const std::string &pwd="")