Skip to content

Resolve "LDAP connector problem with case insensitive logins"

Piotr Gawron requested to merge 586-LDAP-connector-problem into devel_12.1.x

Closes #586 (closed)

This Merge Requests resolves few problems:

  • LDAP login could be case insensitive - right now accounts connected to ldap must be lowercase in the system. However, login operation will be case insensitive
  • information about connection to LDAP was missing directly after user account was created (refresh of website was solving he problem)
  • information about connection to LDAP could be missing after user edit dialog was opened
  • refresh button didn't refresh information about ldap connectivity properly
  • accounts with login using different case were not properly matched to accounts in LDAP
Edited by Piotr Gawron

Merge request reports