Case insensitive LDAP integration for Elasticsearch

Hello,
we have configured the company LDAP integration for our instance of ES (6.8).

Our problem is that LDAP is case sensitive, and many users wrongly insert their username in lowercase. Is there a way to avoid this behaviour (making LDAP integration case insensitive)?

You can see attached the error generated when inserting a lowercase username.
Thanks

Hi there,

This is unfortunately a known issue. The underlying cause is that role mapping in ES is case sensitive (for the username property) while LDAP is not. This is something that we want to fix and you can keep track of the progress and resolution by following the relevant issue in Github

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.