Searched refs:LDAP_OPT_REFERRALS (Results 1 – 15 of 15) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | ldap.c | 80 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 D | getoption.c | 106 case LDAP_OPT_REFERRALS: in ldap_get_option()
|
H A D | setoption.c | 127 case LDAP_OPT_REFERRALS: in ldap_set_option()
|
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_connect.c | 1429 (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 D | namemaps.c | 207 (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 D | ldaptest.c | 929 ldap_set_option(ld, LDAP_OPT_REFERRALS, &theInt); in main()
|
H A D | common.c | 1155 ldap_set_option( ld, LDAP_OPT_REFERRALS, chase_referrals ? LDAP_OPT_ON:
|
/titanic_41/usr/src/lib/print/libprint/common/ |
H A D | nss_ldap.c | 466 (void) ldap_set_option(*ld, LDAP_OPT_REFERRALS, in _connectToLDAP()
|
/titanic_41/usr/src/head/ |
H A D | ldap.h | 107 #define LDAP_OPT_REFERRALS 0x08 /* 8 */ macro
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.c | 847 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF); in connect_to_ldap_config_server()
|
H A D | ldap_op.c | 533 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF); in ldapInit()
|
/titanic_41/usr/src/lib/libadutils/common/ |
H A D | adutils.c | 614 (void) ldap_set_option(adh->ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF); in open_conn()
|
H A D | addisc.c | 861 (void) ldap_set_option(ld, LDAP_OPT_REFERRALS, in ldap_lookup_init()
|
/titanic_41/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_ads.c | 1163 (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 D | map.c | 4207 lmap->ldap_options &= ~LDAP_OPT_REFERRALS;
|