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 LDAPRebindAuth(const std::string &dn="", const std::string &pwd="")
virtual ~LDAPRebindAuth()
Destructor.
Definition: LDAPRebindAuth.cpp:28
This class represent Authenication information for the case that the library is chasing referrals...
Definition: LDAPRebindAuth.h:21
const std::string & getDN() const
Definition: LDAPRebindAuth.cpp:32
const std::string & getPassword() const
Definition: LDAPRebindAuth.cpp:37