From fe678f4bc8fdf67eead9401afe46c33a0b526ffb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 31 Jan 2022 10:58:04 +0100 Subject: [PATCH] Update .env.example --- conf/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env.example b/conf/.env.example index 961ec80..431ec47 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -57,7 +57,7 @@ LDAP_SERVER=ldap://127.0.0.1:389 LDAP_BASE_DN=ou=users,dc=yunohost,dc=org LDAP_DN=false LDAP_PASS=false -LDAP_USER_FILTER=(&(dn=${user})) +LDAP_USER_FILTER=(&(uid=${user})) LDAP_VERSION=3 LDAP_TLS_INSECURE=false LDAP_ID_ATTRIBUTE=uid