Pass attributes list to get_entry()
This is now needed, otherwise all attributes will be requested.
This commit is contained in:
parent
54851bbc6b
commit
c64a272df3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue