Searched refs:m_dn (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPRebindAuth.cpp18 m_dn=dn;
24 m_dn=lra.m_dn;
34 return m_dn;
H A DLDAPEntry.cpp18 m_dn=entry.m_dn;
31 m_dn=dn;
37 m_dn=string(tmp);
48 m_dn = from.m_dn;
58 m_dn=dn;
73 return m_dn;
102 s << "DN: " << le.m_dn << ": " << *(le.m_attrs);
H A DLDAPDeleteRequest.cpp22 m_dn = req.m_dn;
33 m_dn=dn;
46 int err=ldap_delete_ext(m_connection->getSessionHandle(),m_dn.c_str(),
70 return new LDAPDeleteRequest(m_dn, con, m_cons, true, this);
H A DLDAPRebindAuth.h50 std::string m_dn; member in class:LDAPRebindAuth
H A DLDAPCompareRequest.cpp21 m_dn=req.m_dn;
35 m_dn=dn;
50 int err=ldap_compare_ext(m_connection->getSessionHandle(),m_dn.c_str(),
75 return new LDAPCompareRequest(m_dn, m_attr, con, m_cons, true, this);
H A DLDAPModDNRequest.cpp22 m_dn = req.m_dn;
40 m_dn = dn;
59 int err=ldap_rename(m_connection->getSessionHandle(),m_dn.c_str(),newRDN,
83 return new LDAPModDNRequest(m_dn, m_newRDN, m_deleteOld, m_newParentDN,
H A DLDAPModifyRequest.cpp23 m_dn = req.m_dn;
35 m_dn = dn;
51 int err=ldap_modify_ext(m_connection->getSessionHandle(),m_dn.c_str(),
76 return new LDAPModifyRequest(m_dn, m_modList, con, m_cons,true,this);
H A DLDAPDeleteRequest.h24 std::string m_dn; member in class:LDAPDeleteRequest
H A DLDAPCompareRequest.h25 std::string m_dn; member in class:LDAPCompareRequest
H A DLDAPModDNRequest.h26 std::string m_dn; member in class:LDAPModDNRequest
H A DLDAPModifyRequest.h16 std::string m_dn; member in class:LDAPModifyRequest
H A DLDAPEntry.h114 std::string m_dn; member in class:LDAPEntry
H A DLDAPBindRequest.cpp24 m_dn=req.m_dn;
35 m_dn = dn;
61 if(m_dn != ""){
62 dn = m_dn.c_str();
H A DLDAPBindRequest.h16 std::string m_dn; member in class:LDAPBindRequest

Completed in 193 milliseconds