diff options
| author | yalh76 <yalh@yahoo.com> | 2019-08-04 19:21:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-04 19:21:20 +0200 |
| commit | 8dc3494bfef5b9d27b63168b18018e7ae64f27b2 (patch) | |
| tree | f890363cde1b5196ede6381426ec84885b9a27d1 /conf | |
| parent | 6c7a10d5c3e97751d105b30de3d7c0f5ff5d4e88 (diff) | |
| parent | f265a66e5231d298f8a2dffd91e1f2a51da52429 (diff) | |
| download | mastodon_ynh-8dc3494bfef5b9d27b63168b18018e7ae64f27b2.tar.gz mastodon_ynh-8dc3494bfef5b9d27b63168b18018e7ae64f27b2.tar.bz2 mastodon_ynh-8dc3494bfef5b9d27b63168b18018e7ae64f27b2.zip | |
Merge pull request #170 from YunoHost-Apps/ldap_local
removing dedicated ldap user creation
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/.env.production.sample | 4 | ||||
| -rw-r--r-- | conf/message | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/conf/.env.production.sample b/conf/.env.production.sample index 610425c..33f7d93 100644 --- a/conf/.env.production.sample +++ b/conf/.env.production.sample @@ -160,8 +160,8 @@ LDAP_HOST=localhost LDAP_PORT=389 LDAP_METHOD=start_tls LDAP_BASE=ou=users,dc=yunohost,dc=org -LDAP_BIND_DN=uid=__LDAP_USER__,ou=users,dc=yunohost,dc=org -LDAP_PASSWORD=__LDAP_PASSWORD__ +LDAP_BIND_DN=uid=uid=local,ou=users,dc=yunohost,dc=org +LDAP_PASSWORD= LDAP_UID=uid LDAP_SEARCH_FILTER="%{uid}=%{email}" LDAP_TLS_NO_VERIFY=true diff --git a/conf/message b/conf/message deleted file mode 100644 index 488d86d..0000000 --- a/conf/message +++ /dev/null @@ -1,5 +0,0 @@ -Mastodon was successfully installed :) -Please open 'https://__DOMAIN____PATH_URL__' -The admin email is: __ADMIN_MAIL__ -The admin password is: __ADMIN_PASS__ -If you facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/mastodon_ynh
\ No newline at end of file |
