Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c822 if (config_info->tls_method == no_tls) { in connect_to_ldap_config_server()
1058 if (config_info->tls_method != ssl_tls) { in process_ldap_referral()
1063 if (config_info->tls_method != no_tls) { in process_ldap_referral()
1198 if (config_info->tls_method == (tls_method_t)NO_VALUE_SET) in parse_ldap_config_dn_attrs()
1199 config_info->tls_method = no_tls; in parse_ldap_config_dn_attrs()
1200 else if (config_info->tls_method == ssl_tls && in parse_ldap_config_dn_attrs()
1304 if (config_info->tls_method == in get_attribute_list()
1321 if (config_info->tls_method == in get_attribute_list()
1359 if (proxy_info->tls_method == (tls_method_t)NO_VALUE_SET) in get_attribute_list()
1425 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.c836 lc->ld = ldapInit(lc->sp, lc->port, proxyInfo.tls_method != no_tls); in connectCon()
978 port = proxyInfo.tls_method == ssl_tls ? LDAPS_PORT : LDAP_PORT; in createCon()
1152 if (proxyInfo.tls_method != ssl_tls) { in findReferralCon()
1157 if (proxyInfo.tls_method != no_tls) { in findReferralCon()
1181 if (proxyInfo.tls_method != ssl_tls) { in findReferralCon()
1186 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()