Searched refs:tls_method (Results 1 – 5 of 5) sorted by relevance
817 if (config_info->tls_method == no_tls) { in connect_to_ldap_config_server()1053 if (config_info->tls_method != ssl_tls) { in process_ldap_referral()1058 if (config_info->tls_method != no_tls) { in process_ldap_referral()1193 if (config_info->tls_method == (tls_method_t)NO_VALUE_SET) in parse_ldap_config_dn_attrs()1194 config_info->tls_method = no_tls; in parse_ldap_config_dn_attrs()1195 else if (config_info->tls_method == ssl_tls && in parse_ldap_config_dn_attrs()1299 if (config_info->tls_method == in get_attribute_list()1316 if (config_info->tls_method == in get_attribute_list()1354 if (proxy_info->tls_method == (tls_method_t)NO_VALUE_SET) in get_attribute_list()1420 if (proxy_info->tls_method == (tls_method_t)NO_VALUE_SET) in get_attribute_list()
224 if (config_info->tls_method == in add_config_attribute()228 config_info->tls_method = no_tls; in add_config_attribute()231 config_info->tls_method = ssl_tls; in add_config_attribute()327 if (proxy_info->tls_method == in add_bind_attribute()331 proxy_info->tls_method = no_tls; in add_bind_attribute()334 proxy_info->tls_method = ssl_tls; in add_bind_attribute()
524 tls_method_t tls_method; member538 tls_method_t tls_method; member
835 lc->ld = ldapInit(lc->sp, lc->port, proxyInfo.tls_method != no_tls); in connectCon()977 port = proxyInfo.tls_method == ssl_tls ? LDAPS_PORT : LDAP_PORT; in createCon()1151 if (proxyInfo.tls_method != ssl_tls) { in findReferralCon()1156 if (proxyInfo.tls_method != no_tls) { in findReferralCon()1180 if (proxyInfo.tls_method != ssl_tls) { in findReferralCon()1185 if (proxyInfo.tls_method != no_tls) { in findReferralCon()
105 proxy_info->tls_method = (tls_method_t)NO_VALUE_SET; in initialize_parse_structs()761 if (proxy_info->tls_method == (tls_method_t)NO_VALUE_SET) in finish_parse()762 proxy_info->tls_method = no_tls; in finish_parse()763 else if (proxy_info->tls_method == ssl_tls && in finish_parse()782 if (proxy_info->tls_method == ssl_tls) { in finish_parse()