Falls es hilft, so sieht meine header.inc aus (entschärft, Passwörter sind alle unterschiedlich)
// other pathes depending on the one above
define('EGW_INCLUDE_ROOT',EGW_SERVER_ROOT);
define('EGW_API_INC',EGW_INCLUDE_ROOT.'/phpgwapi/inc');
// who is allowed to make changes to THIS config file via eGW's setup
$GLOBALS['egw_info']['server']['header_admin_user'] = 'admin';
$GLOBALS['egw_info']['server']['header_admin_password'] = '{crypt}qwerqwerqwer';
// restrict the access to setup to certain (comma separated) IPs or domains
$GLOBALS['egw_info']['server']['setup_acl'] = '';
/* eGroupWare domain-specific db settings */
$GLOBALS['egw_domain']['sd.server.de'] = array(
'db_host' => 'db',
'db_port' => '3306',
'db_name' => 'egroupware',
'db_user' => 'egroupware',
'db_pass' => 'qwerqwerqwer',
// Look at the README file
'db_type' => 'mysqli',
// This will limit who is allowed to make configuration modifications
'config_user' => 'admin',
'config_passwd' => '{crypt}$qwerqwerqwerqwerqwerqwerqwer...'
);
$GLOBALS['egw_domain']['sd1.server.de'] = array(
'db_host' => 'db',
'db_port' => '3306',
'db_name' => 'sd1',
'db_user' => 'sd1',
'db_pass' => 'asdfasdfasdfasdf',
// Look at the README file
'db_type' => 'mysqli',
// This will limit who is allowed to make configuration modifications
'config_user' => 'admin',
'config_passwd' => '{crypt}qwerqwerqwerqwer'
);
$GLOBALS['egw_domain']['sd2.server.de'] = array(
'db_host' => 'db',
'db_port' => '3306',
'db_name' => 'sd2',
'db_user' => 'sd2',
'db_pass' => 'yxcvyxcvyxcvyxcv',
// Look at the README file
'db_type' => 'mysqli',
// This will limit who is allowed to make configuration modifications
'config_user' => 'admin',
'config_passwd' => '{crypt}qwerqwerqwerqwer'
);
... noch 3 Domains
*/
$GLOBALS['egw_info']['server']['show_domain_selectbox'] = false;
$GLOBALS['egw_info']['server']['db_persistent'] = true;
/* This is used to control mcrypt's use */
$GLOBALS['egw_info']['server']['mcrypt_enabled'] = false