Multiple user attributes with LDAP

Hello,

I am trying to set up LDAP authentication, and I would like to be able to authenticate with either my email address ou my username.
Is this possible? How can I achieve this?

Centos 7
Pydio 8

Hi,

Pydio does not use email nor username directly when it verifies password. Pydio tries to get user’s distinguishedName of user then make the bind with dN and Password.

However you can only use one attribute as “user ID attribute” in Pydio.