1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

Change syntax of user mapping environment variable.

As per https://docs.funkwhale.audio/admin/ldap.html, the format should be `username:uid`, not the JSON that is currently present.
This commit is contained in:
Nolan Darilek 2022-02-16 11:31:08 -06:00
parent 9fc8b84ba2
commit 0ef4581fbe

View file

@ -155,7 +155,7 @@ LDAP_BIND_PASSWORD=''
LDAP_SEARCH_FILTER=(|(uid={0}))
LDAP_START_TLS=False
LDAP_ROOT_DN=ou=users,dc=yunohost,dc=org
LDAP_USER_ATTR_MAP={"username": "uid"}
LDAP_USER_ATTR_MAP=username:uid
FUNKWHALE_FRONTEND_PATH=__FINALPATH__/front/dist
FUNKWHALE_SPA_HTML_ROOT=__FINALPATH__/front/dist/index.html