MantisBT: master-2.23 91205d2d

Author Committer Branch Timestamp Parent
dregad dregad master-2.23 2020-01-21 02:30 master-2.23 9bb87b04
Changeset

LDAP cache by username instead of id

Until now, LDAP API was caching users' e-mail based on their ID.

Since LDAP API works with username (the ID-based functions are simple
wrappers for their username-based counterparts), it makes more sense to
change the cache to use the username as key.

mod - core/ldap_api.php Diff File