From c2580195744e362ea372593672d0b5e290aa44e3 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 23 Nov 2020 21:10:32 +0100 Subject: [PATCH] disable UCS support, as we currently have no way to know we are running on UCS (inside our open_basedir) --- setup/account_migration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/account_migration.php b/setup/account_migration.php index ce663288bf..38d360b84e 100644 --- a/setup/account_migration.php +++ b/setup/account_migration.php @@ -58,11 +58,11 @@ if (!$from && !($from = $GLOBALS['egw_info']['server']['auth_type'])) } $to = $from == 'sql' ? 'ldap' : 'sql'; -// for Univention: cant check /etc/lsb-release, because it's not in open_basedir! +/* ToDo: Api\Accounts\Univention::available() no longer exists, nothing inside open_basedir let us detect we running on UCS if ($to == 'ldap' && Api\Accounts\Univention::available()) { $to = 'univention'; -} +}*/ $direction = strtoupper($from).' --> '.strtoupper($to); $GLOBALS['egw_setup']->html->show_header($direction,False,'config',$GLOBALS['egw_setup']->ConfigDomain .