$this->_debug("Scope does not match. VLV: " . var_export($this->_vlv_indexes_and_searches[$base_dn]['scope'], true) . " while looking for " . var_export($scope, true));
return false;
}
} else {
$this->_debug("Filter does not match");
return false;
}
} else {
$this->_debug("No VLV for base dn", $base_dn);
return false;
}
}
/**
* Return VLV indexes and searches including necessary configuration
* details.
*/
private function find_vlv_indexes_and_searches($refresh = false)