Searched defs:chase_referrals (Results 1 - 2 of 2) sorted by relevance
| /osnet-11/usr/src/lib/libldap4/common/ |
| H A D | referral.c | 99 chase_referrals( LDAP *ld, LDAPRequest *lr, char **refs, int *count, int samerequest ) function 109 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 215, "=> chase_referrals\n"), 0, 0, 0 ); 219 Debug ( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 1278, "<= chase_referrals --- \n"), 0,0,0);
|
| /osnet-11/usr/src/cmd/ldap/common/ |
| H A D | common.c | 218 static int chase_referrals = 1; variable 448 chase_referrals = 0; 1155 ldap_set_option( ld, LDAP_OPT_REFERRALS, chase_referrals ? LDAP_OPT_ON: 1157 if ( chase_referrals ) {
|
Completed in 357 milliseconds