From 17d6f11ba1beffce57641408ea10e88f980c3ddd Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Wed, 5 Jan 2022 22:24:11 +0100 Subject: [PATCH] Allow login using mail --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index d376d19..16ca3f8 100644 --- a/conf/.env +++ b/conf/.env @@ -302,7 +302,7 @@ LDAP_USER_SEARCH_SCOPE=sub # LDAP_USER_SEARCH_FIELD : Which field is used to find the user # example : LDAP_USER_SEARCH_FIELD=uid #LDAP_USER_SEARCH_FIELD= -LDAP_USER_SEARCH_FIELD=uid +LDAP_USER_SEARCH_FIELD=uid,mail # LDAP_SEARCH_PAGE_SIZE : Used for pagination (0=unlimited) # example : LDAP_SEARCH_PAGE_SIZE=12345 #LDAP_SEARCH_PAGE_SIZE=0