mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
fix empty accounts addressbook after 20.1.20210125 update
This commit is contained in:
parent
1259ae8d04
commit
511325570a
@ -356,7 +356,7 @@ class Ldap
|
||||
|
||||
// add ldap_search_filter from admin
|
||||
$accounts_filter = str_replace(['%user','%domain'], ['*', $GLOBALS['egw_info']['user']['domain']],
|
||||
$this->ldap_config['ldap_search_filter'] ?: '(uid=%u)');
|
||||
$this->ldap_config['ldap_search_filter'] ?: '(uid=%user)');
|
||||
$this->accountsFilter = "(&$this->accountsFilter$accounts_filter)";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user