$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)