Option to login to the LDAP server with the user's own username and password, instead of an administrator key. Default: false (use administrator key).

With new setting: LDAP_USER_AUTHENTICATION=true
Added to Snap, Docker and Source.

Thanks to xet7 !

Related https://github.com/wekan/wekan/pull/2399
This commit is contained in:
Lauri Ojansivu 2019-05-10 23:04:51 +03:00
parent c37a454bd5
commit 3bbc805ee4
7 changed files with 19 additions and 1 deletions

View file

@ -61,6 +61,7 @@ ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential pyth
LDAP_ENCRYPTION=false \
LDAP_CA_CERT="" \
LDAP_REJECT_UNAUTHORIZED=false \
LDAP_USER_AUTHENTICATION=false \
LDAP_USER_SEARCH_FILTER="" \
LDAP_USER_SEARCH_SCOPE="" \
LDAP_USER_SEARCH_FIELD="" \