3 * - get users + groups from ldap tree
5 * - search/replace all ids in sql dump
7 * @author Philipp Schüle <p.schuele@metaways.de>
10 // set include path to find all needed classes
13 . PATH_SEPARATOR . '/usr/share/tine20'
14 . PATH_SEPARATOR . '/usr/share/tine20/library'
15 . PATH_SEPARATOR . '/usr/share/tine20/vendor/zendframework/zendframework1/library'
16 . PATH_SEPARATOR . '/etc/tine20'
17 . PATH_SEPARATOR . get_include_path());
19 require_once 'Zend/Loader/Autoloader.php';
20 $autoloader = Zend_Loader_Autoloader::getInstance();
21 $autoloader->setFallbackAutoloader(true);