Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c817 if (config_info->tls_method == no_tls) { in connect_to_ldap_config_server()
1058 if (config_info->tls_method != no_tls) { in process_ldap_referral()
1194 config_info->tls_method = no_tls; in parse_ldap_config_dn_attrs()
H A Dnis_parse_ldap_attr.c228 config_info->tls_method = no_tls; in add_config_attribute()
331 proxy_info->tls_method = no_tls; in add_bind_attribute()
H A Dnis_parse_ldap_conf.h516 no_tls = 1, enumerator
H A Dldap_op.c835 lc->ld = ldapInit(lc->sp, lc->port, proxyInfo.tls_method != no_tls); in connectCon()
1156 if (proxyInfo.tls_method != no_tls) { in findReferralCon()
1185 if (proxyInfo.tls_method != no_tls) { in findReferralCon()
H A Dnis_parse_ldap_util.c762 proxy_info->tls_method = no_tls; in finish_parse()