Home
last modified time | relevance | path

Searched refs:LdapConnection (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/extensions/source/config/ldap/
H A Dldapaccess.cxx35 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 …]
H A Dldapaccess.hxx86 class LdapConnection class
92 LdapConnection(void) : mConnection(NULL),mLdapDefinition() {} in LdapConnection() function in extensions::config::ldap::LdapConnection
94 ~LdapConnection(void) ;
H A Dldapuserprofilebe.cxx88 LdapConnection connection; in LdapUserProfileBe()