ldaps port, no user needed for ldap query, fix query namespace?

This commit is contained in:
whysthatso 2019-11-08 01:35:14 +02:00
parent 8b436d7e7a
commit 206eeb6db6
1 changed files with 5 additions and 4 deletions

View File

@ -147,7 +147,7 @@ services:
# For example, if you want to have wekan on port 3001,
# use 3001:8080 . Do not add any extra address etc here, that way it does not work.
# remove port mapping if you use nginx reverse proxy, port 8080 is already exposed to wekan-tier network
- 80:8080
- 8000:8080
environment:
- MONGO_URL=mongodb://wekandb:27017/wekan
#---------------------------------------------------------------
@ -401,7 +401,7 @@ services:
- LDAP_ENABLE=true
#
# The port of the LDAP server
- LDAP_PORT=389
- LDAP_PORT=636
#
# The host server for the LDAP server
- LDAP_HOST=dc1.k-space.lan
@ -425,15 +425,16 @@ services:
- LDAP_CONNECT_TIMEOUT=10000
#
# If the LDAP needs a user account to search
- LDAP_AUTHENTIFICATION=true
- LDAP_AUTHENTIFICATION=false
#
# The search user DN - You need quotes when you have spaces in parameters
# 2 examples:
#- LDAP_AUTHENTIFICATION_USERDN="CN=ldap admin,CN=users,DC=domainmatter,DC=lan"
#- LDAP_AUTHENTIFICATION_USERDN="CN=wekan_adm,OU=serviceaccounts,OU=admin,OU=prod,DC=mydomain,DC=com"
#
- LDAP_AUTHENTIFICATION_USERDN="DC=k-space,DC=lan"
# The password for the search user
- LDAP_AUTHENTIFICATION_PASSWORD=pwd
#- LDAP_AUTHENTIFICATION_PASSWORD=pwd
#
# Enable logs for the module
- LDAP_LOG_ENABLED=true