LDAP: multiple values in 'uid'

Hello!

I would like to know if it is possible to specify several different values under one ‘uid’ section in LDAP configuration ?
For example: ‘uid’: [‘sAMAccountName’, ‘uid’]

Thanks!

The uid configuration must be a single attribute name currently. It is directly placed into the query filter when performing an LDAP lookup.

Could you please explain further on what your use-case is behind the need for multiple UIDs? Typically the supplied attribute carries a unique value for filtering the users, so there’s not a need for a fallback, secondary search.

Note: You can configure multiple LDAP providers with a different uid configuration in each one, if that will help your use-case.