Home
last modified time | relevance | path

Searched refs:NS_LDAP_FOLLOWREF (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sldap.h54 NS_LDAP_FOLLOWREF = 0x004, enumerator
H A Dns_common.c1293 if ((flags & (NS_LDAP_NOREF | NS_LDAP_FOLLOWREF)) == in __s_api_toFollowReferrals()
1294 (NS_LDAP_NOREF | NS_LDAP_FOLLOWREF)) { in __s_api_toFollowReferrals()
1303 if (flags & (NS_LDAP_NOREF | NS_LDAP_FOLLOWREF)) { in __s_api_toFollowReferrals()
H A Dns_config.c172 { ENUM2INT(NS_LDAP_FOLLOWREF), "NS_LDAP_FOLLOWREF" },
178 { ENUM2INT(NS_LDAP_FOLLOWREF), "TRUE" },
305 { INT, 0, INT2VOIDPTR(NS_LDAP_FOLLOWREF) },
487 { INT, 0, INT2VOIDPTR(NS_LDAP_FOLLOWREF) },
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c385 entry, 0, &authority, NS_LDAP_FOLLOWREF | NS_LDAP_KEEP_CONN, in addentry()
389 entry, 1, &authority, NS_LDAP_FOLLOWREF | NS_LDAP_KEEP_CONN, in addentry()