Searched refs:LDAP_OPT_REFERRALS (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c80 lmap->ldap_options = LDAP_OPT_REFERRALS;
1381 if (bitset(LDAP_OPT_REFERRALS, lmap->ldap_options))
1382 ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_ON);
1384 ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF);
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c106 case LDAP_OPT_REFERRALS:
H A Dsetoption.c127 case LDAP_OPT_REFERRALS:
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c1429 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_ON);
1431 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF);
1454 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF);
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c929 ldap_set_option(ld, LDAP_OPT_REFERRALS, &theInt);
H A Dcommon.c1155 ldap_set_option( ld, LDAP_OPT_REFERRALS, chase_referrals ? LDAP_OPT_ON:
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c689 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF);
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c208 (void) ldap_set_option(adh->ad, LDAP_OPT_REFERRALS, LDAP_OPT_OFF);
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c466 (void) ldap_set_option(*ld, LDAP_OPT_REFERRALS,
/illumos-gate/usr/src/head/
H A Dldap.h107 #define LDAP_OPT_REFERRALS 0x08 /* 8 */ macro
/illumos-gate/usr/src/lib/libadutils/common/
H A Dadutils.c614 (void) ldap_set_option(adh->ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF);
H A Daddisc.c672 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS,
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c849 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF);
H A Dldap_op.c533 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmap.c4207 lmap->ldap_options &= ~LDAP_OPT_REFERRALS;

Completed in 98 milliseconds