Searched refs:LdapConnection (Results 1 – 3 of 3) sorted by relevance
35 oslModule LdapConnection::s_Ldap_Module = NULL;36 t_ldap_unbind_s LdapConnection::s_p_unbind_s = NULL;37 t_ldap_simple_bind_s LdapConnection::s_p_simple_bind_s = NULL;38 t_ldap_set_option LdapConnection::s_p_set_option = NULL;39 t_ldap_err2string LdapConnection::s_p_err2string = NULL;40 t_ldap_init LdapConnection::s_p_init = NULL;41 t_ldap_msgfree LdapConnection::s_p_msgfree = NULL;42 t_ldap_get_dn LdapConnection::s_p_get_dn = NULL;43 t_ldap_first_entry LdapConnection::s_p_first_entry = NULL;44 t_ldap_first_attribute LdapConnection::s_p_first_attribute = NULL;[all …]
86 class LdapConnection class92 LdapConnection(void) : mConnection(NULL),mLdapDefinition() {} in LdapConnection() function in extensions::config::ldap::LdapConnection94 ~LdapConnection(void) ;
88 LdapConnection connection; in LdapUserProfileBe()