mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-26 11:52:59 +01:00
Enable globalSearch by default
This commit is contained in:
parent
3b9da7b42e
commit
4c8a4b71e8
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue