MantisBT: master 353cbd70

Author Committer Branch Timestamp Parent
dregad dregad master 2024-12-27 04:36 master e3c900fe
Affected Issues  0035070: Unable to retrieve values of arbitrary fields from LDAP.
Changeset

Ensure requested extra LDAP attributes are unique

Even if multiple plugins require the same attribute, it should only be
retrieved once.

Note: ldap_search() fails if keys are missing in the attributes list,
so we need to call array_values() after array_unique().

Issue 0035070

mod - core/ldap_api.php Diff File