From de4ff5c9d74a1c3d159f1402a4f6f0f4fde7b551 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 7 Jan 2021 21:00:02 +0100 Subject: [PATCH] fix ldap port --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index 3606021..8516aa5 100755 --- a/conf/.env +++ b/conf/.env @@ -48,7 +48,7 @@ MAIL_HELO_NAME=no-reply@__DOMAIN__ ## LDAP CONFIG ## # the object that will be bound is "${USER_NAME_ATTR}=${username},${BASE_DN}" -LDAP_ADDR=ldap://127.0.0.1:1389 +LDAP_ADDR=ldap://127.0.0.1:389 LDAP_BASE_DN="ou=users,dc=yunohost,dc=org" LDAP_USER_NAME_ATTR=uid LDAP_USER_MAIL_ATTR=mail