LDAP directory authentifies case-insensitively, but inverse references on user model are not retrieved correctly because they are case-sensitive (when using a SQL inverse reference).
Must either re-retrieve the entry with the actual good id (in user manager code), or retrieve references with it (in ldap session code).
- depends on
-
NXP-2732 Make LDAPSession getEntry and authenticate method case sensitive w.r.t the entry Id / username
- Closed