Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c106 LDAP_GET_BITOPT( ld, LDAP_BITOPT_REFERRALS ); in ldap_get_option()
H A Dsetoption.c126 LDAP_SETCLR_BITOPT(ld, LDAP_BITOPT_REFERRALS, optdata); in ldap_set_option()
H A Dopen.c323 nsldapi_ld_defaults.ld_options = LDAP_BITOPT_REFERRALS; in nsldapi_initialize_defaults()
H A Dldap-int.h290 #define LDAP_BITOPT_REFERRALS 0x80000000 macro
H A Dresult.c906 && ( ld->ld_options & LDAP_BITOPT_REFERRALS ) == 0 )) {