From 63b595518f5ee80603120d68d8887c3ebe6b83bb Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 27 Sep 2022 00:16:26 +0200 Subject: [PATCH] fix bind_dn --- conf/homeserver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/homeserver.yaml b/conf/homeserver.yaml index f073e4e..f68cc24 100644 --- a/conf/homeserver.yaml +++ b/conf/homeserver.yaml @@ -2246,7 +2246,7 @@ password_providers: uid: "uid" mail: "mail" name: "givenName" - bind_dn: __SYNAPSE_USER_APP__ + bind_dn: "uid=__SYNAPSE_USER_APP__,ou=users,dc=yunohost,dc=org" bind_password: __SYNAPSE_USER_APP_PWD__ filter: "(&(objectClass=posixAccount)(permission=cn=__APP__.main,ou=permission,dc=yunohost,dc=org))"