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:
parent
9fc8b84ba2
commit
0ef4581fbe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue