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