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

/httpd/modules/ldap/
H A Dutil_ldap.c65 #define AP_LDAP_CHASEREFERRALS_ON 1 macro
193 if (ldc->ChaseReferrals == AP_LDAP_CHASEREFERRALS_ON) {
329 if (ldc->ChaseReferrals == AP_LDAP_CHASEREFERRALS_ON) {
379 ((ldc->ChaseReferrals == AP_LDAP_CHASEREFERRALS_ON) ? "On" : "Off"));
382 (void *)((ldc->ChaseReferrals == AP_LDAP_CHASEREFERRALS_ON) ?
388 ((ldc->ChaseReferrals == AP_LDAP_CHASEREFERRALS_ON) ? "On" : "Off"),
397 if (ldc->ChaseReferrals == AP_LDAP_CHASEREFERRALS_ON) {
398 if ((ldc->ReferralHopLimit != AP_LDAP_HOPLIMIT_UNSET) && ldc->ChaseReferrals == AP_LDAP_CHASEREFERRALS_ON) {
857 if (l->ChaseReferrals == AP_LDAP_CHASEREFERRALS_ON) {
2612 dc->ChaseReferrals = AP_LDAP_CHASEREFERRALS_ON;
[all...]

Completed in 2136 milliseconds