Searched refs:tls_method (Results 1 – 5 of 5) sorted by relevance
824 if (config_info->tls_method == no_tls) { in connect_to_ldap_config_server()1060 if (config_info->tls_method != ssl_tls) { in process_ldap_referral()1065 if (config_info->tls_method != no_tls) { in process_ldap_referral()1200 if (config_info->tls_method == (tls_method_t)NO_VALUE_SET) in parse_ldap_config_dn_attrs()1201 config_info->tls_method = no_tls; in parse_ldap_config_dn_attrs()1202 else if (config_info->tls_method == ssl_tls && in parse_ldap_config_dn_attrs()1306 if (config_info->tls_method == in get_attribute_list()1323 if (config_info->tls_method == in get_attribute_list()1361 if (proxy_info->tls_method == (tls_method_t)NO_VALUE_SET) in get_attribute_list()1427 if (proxy_info->tls_method == (tls_method_t)NO_VALUE_SET) in get_attribute_list()
226 if (config_info->tls_method == in add_config_attribute()230 config_info->tls_method = no_tls; in add_config_attribute()233 config_info->tls_method = ssl_tls; in add_config_attribute()329 if (proxy_info->tls_method == in add_bind_attribute()333 proxy_info->tls_method = no_tls; in add_bind_attribute()336 proxy_info->tls_method = ssl_tls; in add_bind_attribute()
526 tls_method_t tls_method; member540 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()