Searched refs:ReferralHopLimit (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/apache-793/httpd/include/
H A Dutil_ldap.h133 int ReferralHopLimit; /* # of referral hops to follow (default = AP_LDAP_DEFAULT_HOPLIMIT) */ member in struct:util_ldap_connection_t
140 int ReferralHopLimit; member in struct:util_ldap_config_t
/macosx-10.10.1/apache-793/httpd/modules/ldap/
H A Dutil_ldap.c391 if ((ldc->ReferralHopLimit != AP_LDAP_HOPLIMIT_UNSET) && ldc->ChaseReferrals == AP_LDAP_CHASEREFERRALS_ON) {
395 ldc->ReferralHopLimit);
398 (void *)&ldc->ReferralHopLimit,
403 ldc->ReferralHopLimit,
812 l->ReferralHopLimit = dc->ReferralHopLimit;
2611 dc->ReferralHopLimit = atol(hop_limit);
2613 if (dc->ReferralHopLimit <= 0) {
2619 dc->ReferralHopLimit);
2631 dc->ReferralHopLimit
[all...]

Completed in 116 milliseconds