Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c824 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()
H A Dnis_parse_ldap_attr.c226 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()
H A Dnis_parse_ldap_conf.h526 tls_method_t tls_method; member
540 tls_method_t tls_method; member
H A Dldap_op.c835 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()
H A Dnis_parse_ldap_util.c105 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()