Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c1362 bool_t follow_referral = in ldapSearch() local
1363 proxyInfo.follow_referral == follow; in ldapSearch()
1530 if (stat == LDAP_REFERRAL && follow_referral) { in ldapSearch()
1535 follow_referral = FALSE; in ldapSearch()
2174 if (proxyInfo.follow_referral == follow && in ldapModifyObjectClass()
2263 if (proxyInfo.follow_referral == follow && in ldapModify()
2334 if (proxyInfo.follow_referral == follow && in ldapModify()
2567 if (proxyInfo.follow_referral == follow && stat == LDAP_REFERRAL && in ldapAdd()
2681 if (proxyInfo.follow_referral == follow && in ldapChangeDN()
H A Dnis_parse_ldap_attr.c485 if (proxy_info->follow_referral == in add_bind_attribute()
488 proxy_info->follow_referral = follow; in add_bind_attribute()
490 proxy_info->follow_referral = no_follow; in add_bind_attribute()
H A Dnis_parse_ldap_conf.h551 follow_referral_t follow_referral; member
H A Dnis_parse_ldap_conf.c1384 if (proxy_info->follow_referral == in get_attribute_list()
1450 if (proxy_info->follow_referral == in get_attribute_list()
H A Dnis_parse_ldap_util.c123 proxy_info->follow_referral = (follow_referral_t)NO_VALUE_SET; in initialize_parse_structs()
988 if (proxy_info->follow_referral == (follow_referral_t)NO_VALUE_SET) in set_default_values()
989 proxy_info->follow_referral = no_follow; in set_default_values()