From 4c8a4b71e83fe72cdff7a9b44fc3c6bb5c4e5be5 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Fri, 25 Oct 2019 18:37:13 +0200 Subject: [PATCH] Enable globalSearch by default --- public_html/conf/config.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public_html/conf/config.inc.php b/public_html/conf/config.inc.php index cf44161d..503b2cfe 100644 --- a/public_html/conf/config.inc.php +++ b/public_html/conf/config.inc.php @@ -29,6 +29,7 @@ $GLOBALS['LSconfig'] = array( 'cacheLSprofiles' => true, 'cacheSubDn' => true, 'cacheSearch' => true, + 'globalSearch' => true, 'keepLSsessionActive' => true, 'ldap_servers' => array ( array ( @@ -153,6 +154,7 @@ $GLOBALS['LSconfig'] = array( ), 'cacheLSprofiles' => true, 'cacheSearch' => true, + 'globalSearch' => true, 'authObjectTypeAttrPwd' => 'userPassword', 'recoverPassword' => array( 'mailAttr' => 'mail',