Home
last modified time | relevance | path

Searched refs:setDN (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPEntry.h60 void setDN(const std::string& dn);
H A DLDAPEntry.cpp54 void LDAPEntry::setDN(const string& dn){ in setDN() function in LDAPEntry
H A DLDAPUrl.h104 void setDN( const std::string &dn);
H A DLDAPUrl.cpp108 void LDAPUrl::setDN( const std::string &dn ) in setDN() function in LDAPUrl
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DurlTest.cpp33 url.setDN("o=Beispiel, c=DE"); in main()