mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
Merge pull request #169 from ndarilek/master
Change syntax of user mapping environment variable.
This commit is contained in:
commit
0b75171005
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