Pass attributes list to get_entry()

This is now needed, otherwise all attributes will be requested.
This commit is contained in:
Aleksander Machniak 2019-04-02 12:39:22 +02:00
parent 54851bbc6b
commit c64a272df3

View file

@ -176,7 +176,7 @@ class kolab_auth_ldap extends rcube_ldap_generic
return;
}
if ($rec = $this->get_entry($dn)) {
if ($rec = $this->get_entry($dn, $this->attributes)) {
$rec = rcube_ldap_generic::normalize_entry($rec);
$rec = $this->field_mapping($dn, $rec);
}