Home
last modified time | relevance | path

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

/titanic_41/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);
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetoption.c106 case LDAP_OPT_REFERRALS: in ldap_get_option()
H A Dsetoption.c127 case LDAP_OPT_REFERRALS: in ldap_set_option()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_connect.c1429 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_ON); in openConnection()
1431 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF); in openConnection()
1454 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF); in openConnection()
/titanic_41/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c207 (void) ldap_set_option(adh->ad, LDAP_OPT_REFERRALS, LDAP_OPT_OFF); in idmap_open_ad_conn()
/titanic_41/usr/src/cmd/ldap/common/
H A Dldaptest.c929 ldap_set_option(ld, LDAP_OPT_REFERRALS, &theInt); in main()
H A Dcommon.c1155 ldap_set_option( ld, LDAP_OPT_REFERRALS, chase_referrals ? LDAP_OPT_ON:
/titanic_41/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c466 (void) ldap_set_option(*ld, LDAP_OPT_REFERRALS, in _connectToLDAP()
/titanic_41/usr/src/head/
H A Dldap.h107 #define LDAP_OPT_REFERRALS 0x08 /* 8 */ macro
/titanic_41/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c847 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF); in connect_to_ldap_config_server()
H A Dldap_op.c533 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF); in ldapInit()
/titanic_41/usr/src/lib/libadutils/common/
H A Dadutils.c614 (void) ldap_set_option(adh->ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF); in open_conn()
H A Daddisc.c861 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, in ldap_lookup_init()
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c1163 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF); in smb_ads_open_main()
/titanic_41/usr/src/cmd/sendmail/src/
H A Dmap.c4207 lmap->ldap_options &= ~LDAP_OPT_REFERRALS;