Searched refs:m_cred (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPBindRequest.cpp25 m_cred=req.m_cred;
36 m_cred = passwd;
50 if(m_cred != ""){
51 char* tmppwd = (char*) malloc( (m_cred.size()+1) * sizeof(char));
52 m_cred.copy(tmppwd,string::npos);
53 tmppwd[m_cred.size()]=0;
84 bool isReferral) : LDAPRequest(connect, cons, isReferral),m_mech(mech), m_cred(cred) {}
92 tmpcred.bv_val = (char*) malloc( m_cred.size() * sizeof(char));
93 m_cred
[all...]
H A DLDAPBindRequest.h17 std::string m_cred; member in class:LDAPBindRequest
41 std::string m_cred; member in class:LDAPSaslBindRequest

Completed in 173 milliseconds