Open
Description
Is your feature request related to a problem? Please describe.
As an admin I want to allow my users to use either their e-mail address or their username to login.
Describe the solution you'd like
I'd like to set LDAP_LOGIN_ATTRIBUTES: "uid,mail"
and have lico use that setting so both attributes can be used for login.
Describe alternatives you've considered
Switching to an external IdP, though that's out of scope for small setups.