1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Merge pull request #337 from YunoHost-Apps/fix-ldap

Fix ldap
This commit is contained in:
Josue-T 2022-09-28 08:13:45 +02:00 committed by GitHub
commit 421c9f58e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))"